Searched refs:ntlm_resp (Results 1 – 1 of 1) sorted by relevance
333 unsigned char ntlm_resp[SMBAUTH_LM_RESP_SZ]; in smb_ntlm_password_ok() local337 rc = smb_auth_ntlm_response(ntlm_hash, challenge, clen, ntlm_resp); in smb_ntlm_password_ok()341 ok = (bcmp(ntlm_resp, passwd, SMBAUTH_LM_RESP_SZ) == 0); in smb_ntlm_password_ok()