Home | History | Annotate | Download | only in eap_server

Lines Matching refs:autn

56 			u8 autn[EAP_AKA_AUTN_LEN];
194 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
196 * (IMSI = ASCII string, RAND/AUTN/IK/CK/RES = hex string)
228 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN))
1152 * @autn: Buffer for AUTN value
1175 size_t identity_len, u8 *_rand, u8 *autn, u8 *ik,
1224 os_memcpy(autn, entry->u.aka.autn, EAP_AKA_AUTN_LEN);
1267 * eap_sim_db_resynchronize - Resynchronize AKA AUTN
1276 * AUTN value by sending AUTS. The AUTS and RAND values should be sent to
1279 * RAND/AUTN values for the next challenge.