Lines Matching refs:response
146 u8 *response) in challenge_response() argument
150 if (des_encrypt(challenge, password_hash, response) < 0 || in challenge_response()
151 des_encrypt(challenge, password_hash + 7, response + 8) < 0) in challenge_response()
156 return des_encrypt(challenge, zpwd, response + 16); in challenge_response()
174 u8 *response) in generate_nt_response() argument
182 challenge_response(challenge, password_hash, response)) in generate_nt_response()
202 u8 *response) in generate_nt_response_pwhash() argument
209 challenge_response(challenge, password_hash, response)) in generate_nt_response_pwhash()
231 const u8 *nt_response, u8 *response) in generate_authenticator_response_pwhash() argument
257 addr2[0] = response; in generate_authenticator_response_pwhash()
262 sha1_vector(3, addr1, len1, response) || in generate_authenticator_response_pwhash()
266 return sha1_vector(3, addr2, len2, response); in generate_authenticator_response_pwhash()
287 const u8 *nt_response, u8 *response) in generate_authenticator_response() argument
294 username, username_len, nt_response, response); in generate_authenticator_response()
307 size_t password_len, u8 *response) in nt_challenge_response() argument
312 challenge_response(challenge, password_hash, response)) in nt_challenge_response()