Lines Matching defs:auth_challenge
90 u8 *auth_challenge;
113 sm->peer_challenge && sm->auth_challenge ?
126 if (sm->auth_challenge) {
127 data->auth_challenge = os_memdup(sm->auth_challenge,
129 if (data->auth_challenge == NULL) {
145 os_free(data->auth_challenge);
153 u8 mschapv2_id, const u8 *auth_challenge)
206 if (data->auth_challenge) {
207 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: auth_challenge generated "
209 auth_challenge = data->auth_challenge;
212 password_len, pwhash, auth_challenge,
594 wpa_hexdump(MSG_DEBUG, "EAP-MSCHAPV2: auth_challenge",