Searched refs:cifs_alloc_hash (Results 1 – 3 of 3) sorted by relevance
36 return cifs_alloc_hash("cmac(aes)", &p->aes_cmac); in smb3_crypto_shash_allocate()491 rc = cifs_alloc_hash("cmac(aes)", &shash); in smb3_calc_signature()
353 int cifs_alloc_hash(const char *name, struct shash_desc **sdesc);
797 cifs_alloc_hash(const char *name, struct shash_desc **sdesc) in cifs_alloc_hash() function