Searched refs:MSCHAPV2_CHAL_LEN (Results 1 – 3 of 3) sorted by relevance
41 u8 peer_challenge[MSCHAPV2_CHAL_LEN];51 u8 peer_challenge[MSCHAPV2_CHAL_LEN];112 data->peer_challenge = os_malloc(MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()118 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()122 data->auth_challenge = os_malloc(MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()128 MSCHAPV2_CHAL_LEN); in eap_mschapv2_init()196 os_memset(r->peer_challenge, 0, MSCHAPV2_CHAL_LEN); in eap_mschapv2_challenge_reply()197 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) { in eap_mschapv2_challenge_reply()261 if (challenge_len != MSCHAPV2_CHAL_LEN) { in eap_mschapv2_challenge()578 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN)) in eap_mschapv2_change_password()[all …]
56 auth_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()58 peer_challenge, MSCHAPV2_CHAL_LEN); in mschapv2_derive_response()
12 #define MSCHAPV2_CHAL_LEN 16 macro