Home | History | Annotate | Download | only in eap_server

Lines Matching refs:autn

51 			u8 autn[EAP_AKA_AUTN_LEN];
542 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
544 * (IMSI = ASCII string, RAND/AUTN/IK/CK/RES = hex string)
576 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN))
1374 * @autn: Buffer for AUTN value
1394 u8 *_rand, u8 *autn, u8 *ik, u8 *ck,
1432 os_memcpy(autn, entry->u.aka.autn, EAP_AKA_AUTN_LEN);
1476 * eap_sim_db_resynchronize - Resynchronize AKA AUTN
1484 * AUTN value by sending AUTS. The AUTS and RAND values should be sent to
1487 * RAND/AUTN values for the next challenge.