Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_mschapv2.c41 u8 peer_challenge[MSCHAPV2_CHAL_LEN];
51 u8 peer_challenge[MSCHAPV2_CHAL_LEN];
113 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()
122 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()
194 os_memset(r->peer_challenge, 0, MSCHAPV2_CHAL_LEN); in eap_mschapv2_challenge_reply()
195 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) { in eap_mschapv2_challenge_reply()
259 if (challenge_len != MSCHAPV2_CHAL_LEN) { in eap_mschapv2_challenge()
581 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN)) in eap_mschapv2_change_password()
591 cp->peer_challenge, MSCHAPV2_CHAL_LEN); in eap_mschapv2_change_password()
Dmschapv2.c56 auth_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()
58 peer_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()
Dmschapv2.h12 #define MSCHAPV2_CHAL_LEN 16 macro