summaryrefslogtreecommitdiffstats
path: root/src/gsm/a5.c
Commit message (Expand)AuthorAgeFilesLines
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* [doc] gea has separate group; A5 is not part of crypto but a5 groupHarald Welte2017-10-171-10/+8
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-8/+6
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-13/+13
* update/extend doxygen documentationHarald Welte2017-06-121-4/+3
* Make C4 function globally availableMax2016-06-291-2/+2
* Deprecate osmo_a5_1 and osmo_a5_2Max2016-04-221-50/+58
* gsm: Add A5/3-4 cipher supportMax2015-03-281-3/+68
* fix libosmocore build for NuttX targetHarald Welte2014-12-041-0/+5
* gsm/a5: Return -ENOTSUP if the selected cipher is not supportedSylvain Munaut2012-12-061-2/+6
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* gsm/a5: Rewrite equation doc with proper numberingSylvain Munaut2012-03-021-4/+4
* gsm/a5: Bit faster way to compute parity ...Sylvain Munaut2011-11-201-3/+2
* gsm/a5: Add documentationSylvain Munaut2011-11-171-0/+68
* gsm/a5: Rewrite A5/2 algo to avoid the delayed bitSylvain Munaut2011-11-171-23/+12
* gsm/a5: Add const qualifier on the keySylvain Munaut2011-11-171-3/+3
* gsm/a5: Add a A5 1&2 implementationSylvain Munaut2011-04-261-0/+311