aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/a5.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Deprecate osmo_a5_1 and osmo_a5_2Max1-50/+58
2015-03-28gsm: Add A5/3-4 cipher supportMax1-3/+68
2014-12-04fix libosmocore build for NuttX targetHarald Welte1-0/+5
2012-12-06gsm/a5: Return -ENOTSUP if the selected cipher is not supportedSylvain Munaut1-2/+6
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2012-03-02gsm/a5: Rewrite equation doc with proper numberingSylvain Munaut1-4/+4
2011-11-20gsm/a5: Bit faster way to compute parity ...Sylvain Munaut1-3/+2
2011-11-17gsm/a5: Add documentationSylvain Munaut1-0/+68
2011-11-17gsm/a5: Rewrite A5/2 algo to avoid the delayed bitSylvain Munaut1-23/+12
2011-11-17gsm/a5: Add const qualifier on the keySylvain Munaut1-3/+3
2011-04-26gsm/a5: Add a A5 1&2 implementationSylvain Munaut1-0/+311