Home
last modified time | relevance | path

Searched refs:cifs_free_hash (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/cifs/
Dsmb2transport.c48 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
75 cifs_free_hash(&p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()
76 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
287 cifs_free_hash(&hash, &sdesc); in smb2_calc_signature()
605 cifs_free_hash(&hash, &sdesc); in smb3_calc_signature()
Dlink.c63 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
Dcifsproto.h591 void cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc);
Dmisc.c1117 cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc) in cifs_free_hash() function