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

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/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
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_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_server_aka.c27 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
329 EAP_SIM_NONCE_S_LEN);
443 if (os_get_random(data->nonce_s, EAP_SIM_NONCE_S_LEN))
446 data->nonce_s, EAP_SIM_NONCE_S_LEN);
963 EAP_SIM_NONCE_S_LEN)) {
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Deap_sim.c33 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
456 EAP_SIM_NONCE_S_LEN);
855 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
857 data->nonce_s, EAP_SIM_NONCE_S_LEN);
H A Deap_aka.c31 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
562 EAP_SIM_NONCE_S_LEN);
1099 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
1101 data->nonce_s, EAP_SIM_NONCE_S_LEN);

Completed in 128 milliseconds