Home
last modified time | relevance | path

Searched refs:EAP_SIM_NONCE_S_LEN (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/eap_server/
Deap_server_sim.c21 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
187 EAP_SIM_NONCE_S_LEN); in eap_sim_build_encr()
255 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN)) in eap_sim_build_reauth()
258 data->nonce_s, EAP_SIM_NONCE_S_LEN); in eap_sim_build_reauth()
613 EAP_SIM_NONCE_S_LEN)) { in eap_sim_process_reauth()
Deap_server_aka.c22 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
434 EAP_SIM_NONCE_S_LEN); in eap_aka_build_encr()
548 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN)) in eap_aka_build_reauth()
551 data->nonce_s, EAP_SIM_NONCE_S_LEN); in eap_aka_build_reauth()
1059 EAP_SIM_NONCE_S_LEN)) { in eap_aka_process_reauth()
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.c128 len[2] = EAP_SIM_NONCE_S_LEN; in eap_sim_derive_keys_reauth()
139 EAP_SIM_NONCE_S_LEN); in eap_sim_derive_keys_reauth()
328 u8 seed3[2 + EAP_SIM_NONCE_S_LEN]; in eap_aka_prime_derive_keys_reauth()
339 os_memcpy(seed3 + 2, nonce_s, EAP_SIM_NONCE_S_LEN); in eap_aka_prime_derive_keys_reauth()
710 if (alen != 2 + EAP_SIM_NONCE_S_LEN) { in eap_sim_parse_attr()
Deap_sim_common.h12 #define EAP_SIM_NONCE_S_LEN 16 macro
/external/wpa_supplicant_8/src/eap_peer/
Deap_sim.c28 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
592 EAP_SIM_NONCE_S_LEN); in eap_sim_response_reauth()
1011 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN); in eap_sim_process_reauthentication()
1013 data->nonce_s, EAP_SIM_NONCE_S_LEN); in eap_sim_process_reauthentication()
Deap_aka.c25 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
716 EAP_SIM_NONCE_S_LEN); in eap_aka_response_reauth()
1279 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN); in eap_aka_process_reauthentication()
1281 data->nonce_s, EAP_SIM_NONCE_S_LEN); in eap_aka_process_reauthentication()