Searched refs:cifs_alloc_hash (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/cifs/ |
| A D | smb2transport.c | 35 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 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()
|
| A D | link.c | 44 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()
|
| A D | cifsproto.h | 590 int cifs_alloc_hash(const char *name, struct crypto_shash **shash,
|
| A D | misc.c | 1077 cifs_alloc_hash(const char *name, in cifs_alloc_hash() function
|
Completed in 10 milliseconds