Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A 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()
253 rc = cifs_alloc_hash("hmac(sha256)", &shash); in smb2_calc_signature()
580 rc = cifs_alloc_hash("cmac(aes)", &shash); in smb3_calc_signature()
H A Dcifsencrypt.c234 rc = cifs_alloc_hash("md5", &server->secmech.md5); in cifs_calc_signature()
757 rc = cifs_alloc_hash("hmac(md5)", &ses->server->secmech.hmacmd5); in setup_ntlmv2_rsp()
H A Dlink.c43 rc = cifs_alloc_hash("md5", &md5); in symlink_hash()
H A Dcifsproto.h627 int cifs_alloc_hash(const char *name, struct shash_desc **sdesc);
H A Dmisc.c1061 cifs_alloc_hash(const char *name, struct shash_desc **sdesc) in cifs_alloc_hash() function