Searched refs:cifs_alloc_hash (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/cifs/ |
D | smb2transport.c | 36 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()
|
D | cifsencrypt.c | 107 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature() 627 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp()
|
D | link.c | 44 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()
|
D | cifsproto.h | 589 int cifs_alloc_hash(const char *name, struct crypto_shash **shash,
|
D | misc.c | 1078 cifs_alloc_hash(const char *name, in cifs_alloc_hash() function
|