Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2transport.c46 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()
Dsmbencrypt.c127 rc = cifs_alloc_hash("md4", &md4, &sdescmd4); in mdfour()
Dcifsencrypt.c119 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature()
710 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp()
Dlink.c56 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()
Dcifsproto.h559 int cifs_alloc_hash(const char *name, struct crypto_shash **shash,
Dmisc.c882 cifs_alloc_hash(const char *name, in cifs_alloc_hash() function