Lines Matching refs:hmacmd5
514 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, nt_hash,
523 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__);
617 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5,
627 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__);
717 &ses->server->secmech.hmacmd5,
738 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5,
748 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__);
827 if (server->secmech.hmacmd5) {
828 crypto_free_shash(server->secmech.hmacmd5);
829 server->secmech.hmacmd5 = NULL;