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

/freebsd-11-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);
328 u8 seed3[2 + EAP_SIM_NONCE_S_LEN];
339 os_memcpy(seed3 + 2, nonce_s, EAP_SIM_NONCE_S_LEN);
710 if (alen != 2 + EAP_SIM_NONCE_S_LEN) {
H A Deap_sim_common.h12 #define EAP_SIM_NONCE_S_LEN 16 macro
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_aka.c25 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
724 EAP_SIM_NONCE_S_LEN);
1312 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
1314 data->nonce_s, EAP_SIM_NONCE_S_LEN);
1536 *len = 1 + EAP_SIM_NONCE_S_LEN + EAP_SIM_MAC_LEN;
1547 os_memcpy(id + 1, data->nonce_s, EAP_SIM_NONCE_S_LEN);
1548 os_memcpy(id + 1 + EAP_SIM_NONCE_S_LEN, data->reauth_mac,
H A Deap_sim.c28 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
600 EAP_SIM_NONCE_S_LEN);
1046 os_memcpy(data->nonce_s, eattr.nonce_s, EAP_SIM_NONCE_S_LEN);
1048 data->nonce_s, EAP_SIM_NONCE_S_LEN);
1257 *len = 1 + EAP_SIM_NONCE_S_LEN + EAP_SIM_MAC_LEN;
1268 os_memcpy(id + 1, data->nonce_s, EAP_SIM_NONCE_S_LEN);
1269 os_memcpy(id + 1 + EAP_SIM_NONCE_S_LEN, data->reauth_mac,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_aka.c22 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
441 EAP_SIM_NONCE_S_LEN);
556 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
559 data->nonce_s, EAP_SIM_NONCE_S_LEN);
1080 EAP_SIM_NONCE_S_LEN)) {
1327 *len = 1 + EAP_SIM_NONCE_S_LEN + EAP_SIM_MAC_LEN;
1338 os_memcpy(id + 1, data->nonce_s, EAP_SIM_NONCE_S_LEN);
1339 os_memcpy(id + 1 + EAP_SIM_NONCE_S_LEN, data->reauth_mac,
H A Deap_server_sim.c21 u8 nonce_s[EAP_SIM_NONCE_S_LEN];
194 EAP_SIM_NONCE_S_LEN);
263 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
266 data->nonce_s, EAP_SIM_NONCE_S_LEN);
633 EAP_SIM_NONCE_S_LEN)) {
852 *len = 1 + EAP_SIM_NONCE_S_LEN + EAP_SIM_MAC_LEN;
863 os_memcpy(id + 1, data->nonce_s, EAP_SIM_NONCE_S_LEN);
864 os_memcpy(id + 1 + EAP_SIM_NONCE_S_LEN, data->reauth_mac,

Completed in 324 milliseconds