summaryrefslogtreecommitdiffstats
path: root/src/gsm/comp128.c
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate comp128Max2016-04-221-1/+6
| | | | | Mark function as deprecated to discourage its usage: people should use generic API in osmocom/crypt/auth.h
* comp128: mark ki and srand as 'const' input parametersHarald Welte2011-12-061-1/+1
|
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-0/+230
libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>