Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2transport.c49 rc = cifs_alloc_hash("hmac(sha256)", in smb3_crypto_shash_allocate()
55 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb3_crypto_shash_allocate()
71 rc = cifs_alloc_hash("hmac(sha256)", in smb311_crypto_shash_allocate()
77 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()
81 rc = cifs_alloc_hash("sha512", &p->sha512, &p->sdescsha512); in smb311_crypto_shash_allocate()
238 rc = cifs_alloc_hash("hmac(sha256)", &hash, &sdesc); in smb2_calc_signature()
533 rc = cifs_alloc_hash("cmac(aes)", &hash, &sdesc); in smb3_calc_signature()
Dsmbencrypt.c115 rc = cifs_alloc_hash("md4", &md4, &sdescmd4); in mdfour()
Dcifsencrypt.c120 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature()
716 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp()
Dlink.c56 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()
Dcifsproto.h599 int cifs_alloc_hash(const char *name, struct crypto_shash **shash,
Dmisc.c926 cifs_alloc_hash(const char *name, in cifs_alloc_hash() function