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

/freebsd-10-stable/contrib/wpa/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
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_sim.c21 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
187 EAP_SIM_NONCE_S_LEN);
255 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
258 data->nonce_s, EAP_SIM_NONCE_S_LEN);
613 EAP_SIM_NONCE_S_LEN)) {
H A Deap_server_aka.c22 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
434 EAP_SIM_NONCE_S_LEN);
548 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
551 data->nonce_s, EAP_SIM_NONCE_S_LEN);
1058 EAP_SIM_NONCE_S_LEN)) {
/freebsd-10-stable/contrib/wpa/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