Searched refs:cifs_free_hash (Results 1 – 5 of 5) sorted by relevance
69 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb3_crypto_shash_allocate()96 cifs_free_hash(&p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()97 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
146 cifs_free_hash(&md4, &sdescmd4); in mdfour()
75 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
561 void cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc);
920 cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc) in cifs_free_hash() function