Searched refs:cifs_alloc_hash (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/cifs/ ! |
D | smb2transport.c | 35 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()
|
D | cifsencrypt.c | 106 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()
|
D | link.c | 43 rc = cifs_alloc_hash("md5", &md5); in symlink_hash()
|
D | cifsproto.h | 600 int cifs_alloc_hash(const char *name, struct shash_desc **sdesc);
|
D | misc.c | 1084 cifs_alloc_hash(const char *name, struct shash_desc **sdesc) in cifs_alloc_hash() function
|