Lines Matching full:md5
106 rc = cifs_alloc_hash("md5", &server->secmech.md5); in cifs_calc_signature()
110 rc = crypto_shash_init(server->secmech.md5); in cifs_calc_signature()
112 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
116 rc = crypto_shash_update(server->secmech.md5, in cifs_calc_signature()
123 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5); in cifs_calc_signature()
502 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash()
515 /* The MD5 hash starts at challenge_key.key */ in CalcNTLMv2_response()
551 /* Note that the MD5 digest over writes anon.challenge_key.key */ in CalcNTLMv2_response()
555 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response()
628 rc = cifs_alloc_hash("hmac(md5)", &ses->server->secmech.hmacmd5); in setup_ntlmv2_rsp()
673 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in setup_ntlmv2_rsp()
719 cifs_free_hash(&server->secmech.md5); in cifs_crypto_secmech_release()