Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2transport.c69 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()
Dsmbencrypt.c146 cifs_free_hash(&md4, &sdescmd4); in mdfour()
Dlink.c75 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
Dcifsproto.h561 void cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc);
Dmisc.c920 cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc) in cifs_free_hash() function