Home
last modified time | relevance | path

Searched refs:hmacmd5 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsencrypt.c542 if (!ses->server->secmech.hmacmd5) { in calc_ntlmv2_hash()
550 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5->tfm, nt_hash, in calc_ntlmv2_hash()
557 rc = crypto_shash_init(ses->server->secmech.hmacmd5); in calc_ntlmv2_hash()
559 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
578 rc = crypto_shash_update(ses->server->secmech.hmacmd5, in calc_ntlmv2_hash()
598 crypto_shash_update(ses->server->secmech.hmacmd5, in calc_ntlmv2_hash()
618 crypto_shash_update(ses->server->secmech.hmacmd5, in calc_ntlmv2_hash()
628 rc = crypto_shash_final(ses->server->secmech.hmacmd5, in calc_ntlmv2_hash()
648 if (!ses->server->secmech.hmacmd5) { in CalcNTLMv2_response()
653 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5 in CalcNTLMv2_response()
[all...]
H A Dcifsglob.h158 struct shash_desc *hmacmd5; /* hmacmd5 hash function, for NTLMv2/CR1 hashes */ member
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsencrypt.c514 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, nt_hash, in calc_ntlmv2_hash()
523 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
617 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, in CalcNTLMv2_response()
627 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in CalcNTLMv2_response()
717 &ses->server->secmech.hmacmd5, in setup_ntlmv2_rsp()
738 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, in setup_ntlmv2_rsp()
748 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in setup_ntlmv2_rsp()
827 if (server->secmech.hmacmd5) { in cifs_crypto_secmech_release()
828 crypto_free_shash(server->secmech.hmacmd5); in cifs_crypto_secmech_release()
829 server->secmech.hmacmd5 in cifs_crypto_secmech_release()
[all...]
H A Dcifsglob.h145 struct crypto_shash *hmacmd5; /* hmac-md5 hash function */ member

Completed in 13 milliseconds