aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/a5.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-10-17[doc] gea has separate group; A5 is not part of crypto but a5 groupHarald Welte1-10/+8
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-8/+6
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-13/+13
2017-06-12update/extend doxygen documentationHarald Welte1-4/+3
2016-06-29Make C4 function globally availableMax1-2/+2
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