Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2transport.c35 rc = cifs_alloc_hash("hmac(sha256)", in smb3_crypto_shash_allocate()
41 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb3_crypto_shash_allocate()
57 rc = cifs_alloc_hash("hmac(sha256)", in smb311_crypto_shash_allocate()
63 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()
67 rc = cifs_alloc_hash("sha512", &p->sha512, &p->sdescsha512); in smb311_crypto_shash_allocate()
232 rc = cifs_alloc_hash("hmac(sha256)", &hash, &sdesc); in smb2_calc_signature()
548 rc = cifs_alloc_hash("cmac(aes)", &hash, &sdesc); in smb3_calc_signature()
A Dcifsencrypt.c107 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature()
627 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp()
A Dlink.c44 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()
A Dcifsproto.h590 int cifs_alloc_hash(const char *name, struct crypto_shash **shash,
A Dmisc.c1077 cifs_alloc_hash(const char *name, in cifs_alloc_hash() function

Completed in 10 milliseconds