Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/ !
Dsmb2transport.c35 rc = cifs_alloc_hash("hmac(sha256)", &p->hmacsha256); in smb3_crypto_shash_allocate()
39 rc = cifs_alloc_hash("cmac(aes)", &p->aes_cmac); in smb3_crypto_shash_allocate()
55 rc = cifs_alloc_hash("hmac(sha256)", &p->hmacsha256); in smb311_crypto_shash_allocate()
59 rc = cifs_alloc_hash("cmac(aes)", &p->aes_cmac); in smb311_crypto_shash_allocate()
63 rc = cifs_alloc_hash("sha512", &p->sha512); in smb311_crypto_shash_allocate()
236 rc = cifs_alloc_hash("hmac(sha256)", &shash); in smb2_calc_signature()
554 rc = cifs_alloc_hash("cmac(aes)", &shash); in smb3_calc_signature()
Dcifsencrypt.c106 rc = cifs_alloc_hash("md5", &server->secmech.md5); in cifs_calc_signature()
629 rc = cifs_alloc_hash("hmac(md5)", &ses->server->secmech.hmacmd5); in setup_ntlmv2_rsp()
Dlink.c43 rc = cifs_alloc_hash("md5", &md5); in symlink_hash()
Dcifsproto.h600 int cifs_alloc_hash(const char *name, struct shash_desc **sdesc);
Dmisc.c1084 cifs_alloc_hash(const char *name, struct shash_desc **sdesc) in cifs_alloc_hash() function