summaryrefslogtreecommitdiffstats
path: root/include/osmocom/crypt/auth.h
Commit message (Expand)AuthorAgeFilesLines
* Use define for key buffersMax2018-12-201-3/+3
* add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr2017-12-181-0/+2
* [doc] Provide proper name for 'auth' groupHarald Welte2017-10-171-1/+1
* auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr2017-10-091-0/+1
* auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr2017-10-091-1/+7
* Add define for supported a5 key length limitMax2017-08-301-1/+3
* umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr2017-08-291-0/+1
* cosmetic: umts aka: tweak comments for sqn and indNeels Hofmeyr2017-08-291-2/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-3/+1
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-6/+6
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-151-0/+2
* osmo_auth*: fix ordering of function argsNeels Hofmeyr2017-02-061-2/+2
* Make C4 function globally availableMax2016-06-291-1/+1
* include: Switch to #pragma once patternSylvain Munaut2014-06-161-4/+1
* authentication: More documentationHarald Welte2012-07-181-17/+27
* auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte2012-03-211-0/+1
* auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte2011-12-071-1/+1
* auth_core: add functions for parsing algorithm namesHarald Welte2011-12-071-0/+3
* Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte2011-12-061-0/+87