Searched refs:cifs_free_hash (Results 1 – 5 of 5) sorted by relevance
61 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb3_crypto_shash_allocate()88 cifs_free_hash(&p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()89 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb311_crypto_shash_allocate()292 cifs_free_hash(&hash, &sdesc); in smb2_calc_signature()589 cifs_free_hash(&hash, &sdesc); in smb3_calc_signature()
134 cifs_free_hash(&md4, &sdescmd4); in mdfour()
75 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
601 void cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc);
963 cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc) in cifs_free_hash() function