Searched defs:nonce_s (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_sim.c | 21 u8 nonce_s[EAP_SIM_NONCE_S_LEN]; member 150 const u8 *nonce_s) in eap_sim_build_encr()
|
D | eap_server_aka.c | 22 u8 nonce_s[EAP_SIM_NONCE_S_LEN]; member 393 const u8 *nonce_s) in eap_aka_build_encr()
|
D | eap_server_eke.c | 31 u8 nonce_s[EAP_EKE_MAX_NONCE_LEN]; member
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.h | 119 const u8 *nonce_s, u8 *msk, in eap_aka_prime_derive_keys_reauth() 184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
|
D | eap_eke_common.c | 479 const u8 *nonce_p, const u8 *nonce_s) in eap_eke_derive_ka() 524 const u8 *nonce_p, const u8 *nonce_s, in eap_eke_derive_msk()
|
D | eap_sim_common.c | 109 const u8 *nonce_s, const u8 *mk, u8 *msk, in eap_sim_derive_keys_reauth() 326 const u8 *nonce_s, u8 *msk, u8 *emsk) in eap_aka_prime_derive_keys_reauth()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_sim.c | 28 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN]; member 569 const u8 *nonce_s) in eap_sim_response_reauth()
|
D | eap_aka.c | 25 u8 nonce_s[EAP_SIM_NONCE_S_LEN]; member 696 const u8 *nonce_s) in eap_aka_response_reauth()
|
D | eap_eke.c | 29 u8 nonce_s[EAP_EKE_MAX_NONCE_LEN]; member
|