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 Dcifsencrypt.c120 rc = cifs_alloc_hash("md5", &server->secmech.md5); in cifs_calc_signature()
617 rc = cifs_alloc_hash("hmac(md5)", &hmacmd5); in setup_ntlmv2_rsp()
H A Dcifsproto.h610 int cifs_alloc_hash(const char *name, struct shash_desc **sdesc);
H A Dmisc.c1008 cifs_alloc_hash(const char *name, struct shash_desc **sdesc) in cifs_alloc_hash() function