Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kasumi_test.c: fix incomplete check | Vadim Yanitskiy | 2017-05-14 | 1 | -8/+8 |
| | | | | | | | | Previously the 'passed' variable in test_expansion() was being overwritten on every call of _compare_mem(), so only the result of last call influenced the test result. Change-Id: Ibf3ab453c20c7eeec234b95bfe14b497c572c35f | ||||
* | kasumi: Fix build with gcc5 that changed behavior of inline | Holger Hans Peter Freyther | 2016-01-21 | 1 | -1/+1 |
| | | | | | GCC 5 has changed inline semantics (https://gcc.gnu.org/gcc-5/porting_to.html) and apparently that now fails to link. | ||||
* | gsm: Add Kasumi cipher implementation | Sylvain Munaut | 2014-06-16 | 2 | -0/+146 |
Submitted-by: Max <max.suraev@fairwaves.co> Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |