Home
last modified time | relevance | path

Searched refs:cifs_alloc_hash (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/cifs/
Dsmb2transport.c36 rc = cifs_alloc_hash("hmac(sha256)", in smb3_crypto_shash_allocate()
42 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb3_crypto_shash_allocate()
58 rc = cifs_alloc_hash("hmac(sha256)", in smb311_crypto_shash_allocate()
64 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()
68 rc = cifs_alloc_hash("sha512", &p->sha512, &p->sdescsha512); in smb311_crypto_shash_allocate()
233 rc = cifs_alloc_hash("hmac(sha256)", &hash, &sdesc); in smb2_calc_signature()
549 rc = cifs_alloc_hash("cmac(aes)", &hash, &sdesc); in smb3_calc_signature()
Dcifsencrypt.c107 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature()
627 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp()
Dlink.c44 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()
Dcifsproto.h589 int cifs_alloc_hash(const char *name, struct crypto_shash **shash,
Dmisc.c1078 cifs_alloc_hash(const char *name, in cifs_alloc_hash() function