Searched refs:cifs_alloc_hash (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | smb2transport.c | 46 return cifs_alloc_hash("hmac(sha256)", in smb2_crypto_shash_allocate() 57 rc = cifs_alloc_hash("hmac(sha256)", in smb3_crypto_shash_allocate() 63 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb3_crypto_shash_allocate() 79 rc = cifs_alloc_hash("hmac(sha256)", in smb311_crypto_shash_allocate() 85 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate() 89 rc = cifs_alloc_hash("sha512", &p->sha512, &p->sdescsha512); in smb311_crypto_shash_allocate()
|
D | smbencrypt.c | 127 rc = cifs_alloc_hash("md4", &md4, &sdescmd4); in mdfour()
|
D | cifsencrypt.c | 119 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature() 710 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp()
|
D | link.c | 56 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()
|
D | cifsproto.h | 559 int cifs_alloc_hash(const char *name, struct crypto_shash **shash,
|
D | misc.c | 882 cifs_alloc_hash(const char *name, in cifs_alloc_hash() function
|