summaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_comp128v1.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.