Lines Matching full:md5
120 rc = cifs_alloc_hash("md5", &server->secmech.md5); in cifs_calc_signature()
124 rc = crypto_shash_init(server->secmech.md5); in cifs_calc_signature()
126 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
130 rc = crypto_shash_update(server->secmech.md5, in cifs_calc_signature()
137 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5); in cifs_calc_signature()
428 cifs_dbg(VFS, "%s: Could not init HMAC-MD5, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
487 cifs_dbg(VFS, "%s: Could not generate MD5 hash, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
500 /* The MD5 hash starts at challenge_key.key */ in CalcNTLMv2_response()
512 cifs_dbg(VFS, "%s: Could not init HMAC-MD5, rc=%d\n", __func__, rc); in CalcNTLMv2_response()
527 /* Note that the MD5 digest over writes anon.challenge_key.key */ in CalcNTLMv2_response()
530 cifs_dbg(VFS, "%s: Could not generate MD5 hash, rc=%d\n", __func__, rc); in CalcNTLMv2_response()
617 rc = cifs_alloc_hash("hmac(md5)", &hmacmd5); in setup_ntlmv2_rsp()
619 cifs_dbg(VFS, "Could not allocate HMAC-MD5, rc=%d\n", rc); in setup_ntlmv2_rsp()
646 cifs_dbg(VFS, "%s: Could not init HMAC-MD5, rc=%d\n", __func__, rc); in setup_ntlmv2_rsp()
658 cifs_dbg(VFS, "%s: Could not generate MD5 hash, rc=%d\n", __func__, rc); in setup_ntlmv2_rsp()
704 cifs_free_hash(&server->secmech.md5); in cifs_crypto_secmech_release()