Lines Matching defs:challenge
37 #define NTLM_CHAL_SZ SMBAUTH_CHAL_SZ /* challenge size */
40 * Compute the combined (server+client) challenge per. [MS-NLMP 3.3.1]
168 * Create a LM response from the given LM hash and challenge.
175 unsigned char *challenge, /* NTLM_CHAL_SZ */
189 challenge, NTLM_CHAL_SZ));
228 * challenge.
232 unsigned char *challenge, /* NTLM_CHAL_SZ */
240 S21, 21, challenge, NTLM_CHAL_SZ) == SMBAUTH_FAILURE)
299 * with the 8-byte client challenge(a.k.a blip) as the clnt_data.
302 * (server challenge + NTLMv2 data blob or LMv2 client challenge)
337 unsigned char *challenge,
344 rc = smb_auth_lm_response(lm_hash, challenge, ok_resp);
353 unsigned char *challenge,
362 rc = smb_auth_ntlm_response(ntlm_hash, challenge, ok_resp);
377 unsigned char *challenge,
430 if (smb_auth_v2_response(ntlmv2_hash, challenge,
522 unsigned char *challenge,
546 ok = smb_ntlmv2_password_ok(challenge,
560 ok = smb_ntlm_password_ok(challenge, smbpw->pw_nthash,
578 ok = smb_lmv2_password_ok(challenge, smbpw->pw_nthash,
582 ok = smb_lm_password_ok(challenge, smbpw->pw_lmhash, lm_resp);