Lines Matching full:md5
107 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature()
114 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
501 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash()
514 /* The MD5 hash starts at challenge_key.key */ in CalcNTLMv2_response()
550 /* Note that the MD5 digest over writes anon.challenge_key.key */ in CalcNTLMv2_response()
554 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response()
627 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp()
674 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in setup_ntlmv2_rsp()
728 if (server->secmech.md5) { in cifs_crypto_secmech_release()
729 crypto_free_shash(server->secmech.md5); in cifs_crypto_secmech_release()
730 server->secmech.md5 = NULL; in cifs_crypto_secmech_release()