Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2transport.c36 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()
H A Dcifsproto.h353 int cifs_alloc_hash(const char *name, struct shash_desc **sdesc);
H A Dmisc.c797 cifs_alloc_hash(const char *name, struct shash_desc **sdesc) in cifs_alloc_hash() function