Searched refs:cifs_alloc_hash (Results 1 – 3 of 3) sorted by relevance
120 rc = cifs_alloc_hash("md5", &server->secmech.md5); in cifs_calc_signature()617 rc = cifs_alloc_hash("hmac(md5)", &hmacmd5); in setup_ntlmv2_rsp()
610 int cifs_alloc_hash(const char *name, struct shash_desc **sdesc);
1008 cifs_alloc_hash(const char *name, struct shash_desc **sdesc) in cifs_alloc_hash() function