Lines Matching refs:md5
120 rc = cifs_alloc_hash("md5", &server->secmech.md5,
127 cifs_dbg(VFS, "%s: Could not init md5\n", __func__);
595 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__);
648 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__);
716 rc = cifs_alloc_hash("hmac(md5)",
763 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__);
817 if (server->secmech.md5) {
818 crypto_free_shash(server->secmech.md5);
819 server->secmech.md5 = NULL;