Searched refs:EAP_SIM_NONCE_S_LEN (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c133 len[2] = EAP_SIM_NONCE_S_LEN;
144 EAP_SIM_NONCE_S_LEN);
334 u8 seed3[2 + EAP_SIM_NONCE_S_LEN];
345 os_memcpy(seed3 + 2, nonce_s, EAP_SIM_NONCE_S_LEN);
717 if (alen != 2 + EAP_SIM_NONCE_S_LEN) {
H A Deap_sim_common.h18 #define EAP_SIM_NONCE_S_LEN 16 macro
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_sim.c26 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
167 EAP_SIM_NONCE_S_LEN);
235 if (os_get_random(data->nonce_s, EAP_SIM_NONCE_S_LEN))
238 data->nonce_s, EAP_SIM_NONCE_S_LEN);
570 EAP_SIM_NONCE_S_LEN)) {
H A Deap_aka.c28 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
330 EAP_SIM_NONCE_S_LEN);
444 if (os_get_random(data->nonce_s, EAP_SIM_NONCE_S_LEN))
447 data->nonce_s, EAP_SIM_NONCE_S_LEN);
964 EAP_SIM_NONCE_S_LEN)) {
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.c128 len[2] = EAP_SIM_NONCE_S_LEN;
139 EAP_SIM_NONCE_S_LEN);
329 u8 seed3[2 + EAP_SIM_NONCE_S_LEN];
340 os_memcpy(seed3 + 2, nonce_s, EAP_SIM_NONCE_S_LEN);
712 if (alen != 2 + EAP_SIM_NONCE_S_LEN) {
H A Deap_sim_common.h12 #define EAP_SIM_NONCE_S_LEN 16 macro
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_sim.c21 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
186 EAP_SIM_NONCE_S_LEN);
254 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
257 data->nonce_s, EAP_SIM_NONCE_S_LEN);
612 EAP_SIM_NONCE_S_LEN)) {
H A Deap_server_aka.c22 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
433 EAP_SIM_NONCE_S_LEN);
547 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
550 data->nonce_s, EAP_SIM_NONCE_S_LEN);
1046 EAP_SIM_NONCE_S_LEN)) {
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.c128 len[2] = EAP_SIM_NONCE_S_LEN;
139 EAP_SIM_NONCE_S_LEN);
329 u8 seed3[2 + EAP_SIM_NONCE_S_LEN];
340 os_memcpy(seed3 + 2, nonce_s, EAP_SIM_NONCE_S_LEN);
712 if (alen != 2 + EAP_SIM_NONCE_S_LEN) {
H A Deap_sim_common.h12 #define EAP_SIM_NONCE_S_LEN 16 macro
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_sim.c21 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
186 EAP_SIM_NONCE_S_LEN);
254 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
257 data->nonce_s, EAP_SIM_NONCE_S_LEN);
612 EAP_SIM_NONCE_S_LEN)) {
H A Deap_server_aka.c22 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
433 EAP_SIM_NONCE_S_LEN);
547 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
550 data->nonce_s, EAP_SIM_NONCE_S_LEN);
1046 EAP_SIM_NONCE_S_LEN)) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c128 len[2] = EAP_SIM_NONCE_S_LEN;
139 EAP_SIM_NONCE_S_LEN);
329 u8 seed3[2 + EAP_SIM_NONCE_S_LEN];
340 os_memcpy(seed3 + 2, nonce_s, EAP_SIM_NONCE_S_LEN);
712 if (alen != 2 + EAP_SIM_NONCE_S_LEN) {
H A Deap_sim_common.h12 #define EAP_SIM_NONCE_S_LEN 16 macro
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_sim.c21 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
186 EAP_SIM_NONCE_S_LEN);
254 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
257 data->nonce_s, EAP_SIM_NONCE_S_LEN);
612 EAP_SIM_NONCE_S_LEN)) {
H A Deap_server_aka.c22 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
433 EAP_SIM_NONCE_S_LEN);
547 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
550 data->nonce_s, EAP_SIM_NONCE_S_LEN);
1046 EAP_SIM_NONCE_S_LEN)) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_sim.c35 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
458 EAP_SIM_NONCE_S_LEN);
857 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
859 data->nonce_s, EAP_SIM_NONCE_S_LEN);
H A Deap_aka.c33 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
564 EAP_SIM_NONCE_S_LEN);
1101 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
1103 data->nonce_s, EAP_SIM_NONCE_S_LEN);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sim.c28 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
486 EAP_SIM_NONCE_S_LEN);
885 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
887 data->nonce_s, EAP_SIM_NONCE_S_LEN);
H A Deap_aka.c25 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
591 EAP_SIM_NONCE_S_LEN);
1128 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
1130 data->nonce_s, EAP_SIM_NONCE_S_LEN);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sim.c28 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
486 EAP_SIM_NONCE_S_LEN);
885 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
887 data->nonce_s, EAP_SIM_NONCE_S_LEN);
H A Deap_aka.c25 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
591 EAP_SIM_NONCE_S_LEN);
1128 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
1130 data->nonce_s, EAP_SIM_NONCE_S_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_sim.c28 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
486 EAP_SIM_NONCE_S_LEN);
885 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
887 data->nonce_s, EAP_SIM_NONCE_S_LEN);
H A Deap_aka.c25 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
591 EAP_SIM_NONCE_S_LEN);
1128 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
1130 data->nonce_s, EAP_SIM_NONCE_S_LEN);

Completed in 60 milliseconds