Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c41 u8 peer_challenge[MSCHAPV2_CHAL_LEN];
51 u8 peer_challenge[MSCHAPV2_CHAL_LEN];
119 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()
128 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()
200 os_memset(r->peer_challenge, 0, MSCHAPV2_CHAL_LEN); in eap_mschapv2_challenge_reply()
201 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) { in eap_mschapv2_challenge_reply()
265 if (challenge_len != MSCHAPV2_CHAL_LEN) { in eap_mschapv2_challenge()
587 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN)) in eap_mschapv2_change_password()
597 cp->peer_challenge, MSCHAPV2_CHAL_LEN); in eap_mschapv2_change_password()
H A Dmschapv2.c56 auth_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()
58 peer_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()
H A Dmschapv2.h12 #define MSCHAPV2_CHAL_LEN 16 macro