summaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_comp128v1.c
Commit message (Collapse)AuthorAgeFilesLines
* update/extend doxygen documentationHarald Welte2017-06-121-0/+6
| | | | | | | | | It's a pity that even with this patch we still are fare away from having the whole API documented. However, at least we have a more solid foundation. Updates not only extend the documentation, but also make sure it is rendered properly in the doxygen HTML. Change-Id: I1344bd1a6869fb00de7c1899a8db93bba9bafce3
* Deprecate comp128Max2016-04-221-1/+1
| | | | | Mark function as deprecated to discourage its usage: people should use generic API in osmocom/crypt/auth.h
* auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte2011-12-071-1/+1
|
* Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte2011-12-061-0/+47
Indiidual algorithms can be implemented as plugins. libosmogsm itself only provides COMP128v1 via this generic interface.