HomeSort by relevance Sort by last modified time
    Searched refs:EAP_SIM_NONCE_MT_LEN (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant/
eap_sim_common.h 19 #define EAP_SIM_NONCE_MT_LEN 16
eap_sim.c 33 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
63 if (hostapd_get_rand(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
285 data->nonce_mt, EAP_SIM_NONCE_MT_LEN);
287 data->nonce_mt, EAP_SIM_NONCE_MT_LEN);
555 EAP_SIM_NONCE_MT_LEN)) {
901 if (hostapd_get_rand(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
eap_sim_common.c 45 len[2] = EAP_SIM_NONCE_MT_LEN;
320 if (alen != 2 + EAP_SIM_NONCE_MT_LEN) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 35 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[EAP_SIM_NONCE_S_LEN];
98 if (os_get_random(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
382 data->nonce_mt, EAP_SIM_NONCE_MT_LEN);
384 data->nonce_mt, EAP_SIM_NONCE_MT_LEN);
646 EAP_SIM_NONCE_MT_LEN)) {
1000 if (os_get_random(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.h 19 #define EAP_SIM_NONCE_MT_LEN 16
eap_sim_common.c 47 len[2] = EAP_SIM_NONCE_MT_LEN;
590 if (alen != 2 + EAP_SIM_NONCE_MT_LEN) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim.c 25 u8 nonce_mt[EAP_SIM_NONCE_MT_LEN];
224 EAP_SIM_NONCE_MT_LEN);
496 os_memcpy(data->nonce_mt, attr->nonce_mt, EAP_SIM_NONCE_MT_LEN);

Completed in 156 milliseconds