Home | History | Annotate | Download | only in eap_server

Lines Matching defs:auth_challenge

52 	u8 auth_challenge[CHALLENGE_LEN];
72 if (sm->auth_challenge) {
73 os_memcpy(data->auth_challenge, sm->auth_challenge,
112 os_get_random(data->auth_challenge, CHALLENGE_LEN)) {
136 wpabuf_put_data(req, data->auth_challenge, CHALLENGE_LEN);
140 data->auth_challenge, CHALLENGE_LEN);
375 generate_nt_response_pwhash(data->auth_challenge,
381 generate_nt_response(data->auth_challenge, peer_challenge,
407 pw_hash, peer_challenge, data->auth_challenge,