Home
last modified time | relevance | path

Searched refs:MSCHAPV2_CHAL_LEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_mschapv2.c47 u8 peer_challenge[MSCHAPV2_CHAL_LEN];
56 u8 peer_challenge[MSCHAPV2_CHAL_LEN];
108 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()
117 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()
178 os_memset(r->peer_challenge, 0, MSCHAPV2_CHAL_LEN); in eap_mschapv2_challenge_reply()
179 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) { in eap_mschapv2_challenge_reply()
243 if (challenge_len != MSCHAPV2_CHAL_LEN) { in eap_mschapv2_challenge()
539 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN)) in eap_mschapv2_change_password()
549 cp->peer_challenge, MSCHAPV2_CHAL_LEN); in eap_mschapv2_change_password()
Dmschapv2.c53 auth_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()
55 peer_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()
Dmschapv2.h9 #define MSCHAPV2_CHAL_LEN 16 macro