This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | milenage_generate (const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) |
| Generate AKA AUTN,IK,CK,RES. | |
| int | milenage_auts (const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) |
| Milenage AUTS validation. | |
| void | gsm_milenage (const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) |
| Generate GSM-Milenage (3GPP TS 55.205) authentication triplet. | |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file milenage.h.
|
||||||||||||||||||||||||
|
Generate GSM-Milenage (3GPP TS 55.205) authentication triplet.
Definition at line 230 of file milenage.c. |
|
||||||||||||||||||||||||
|
Milenage AUTS validation.
Definition at line 204 of file milenage.c. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Generate AKA AUTN,IK,CK,RES.
Definition at line 171 of file milenage.c. |
1.4.2