Lines Matching refs:md5
234 rc = cifs_alloc_hash("md5", &server->secmech.md5);
238 rc = crypto_shash_init(server->secmech.md5);
240 cifs_dbg(VFS, "%s: Could not init md5\n", __func__);
244 rc = crypto_shash_update(server->secmech.md5,
251 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5);
631 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__);
684 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__);
757 rc = cifs_alloc_hash("hmac(md5)", &ses->server->secmech.hmacmd5);
802 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__);
848 cifs_free_hash(&server->secmech.md5);