Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2transport.c61 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()
Dsmbencrypt.c134 cifs_free_hash(&md4, &sdescmd4); in mdfour()
Dlink.c75 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
Dcifsproto.h601 void cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc);
Dmisc.c963 cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc) in cifs_free_hash() function