Home
last modified time | relevance | path

Searched refs:cifs_free_hash (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A 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()
607 cifs_free_hash(&hash, &sdesc); in smb3_calc_signature()
H A Dsmbencrypt.c134 cifs_free_hash(&md4, &sdescmd4); in mdfour()
H A Dlink.c75 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
H A Dcifsproto.h603 void cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc);
H A Dmisc.c927 * a valid context. Both can be freed via cifs_free_hash().
962 * cifs_free_hash - free hash and hash context together
967 cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc) in cifs_free_hash() function
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2transport.c45 cifs_free_hash(&p->hmacsha256); in smb3_crypto_shash_allocate()
70 cifs_free_hash(&p->aes_cmac); in smb311_crypto_shash_allocate()
71 cifs_free_hash(&p->hmacsha256); in smb311_crypto_shash_allocate()
303 cifs_free_hash(&shash); in smb2_calc_signature()
631 cifs_free_hash(&shash); in smb3_calc_signature()
H A Dcifsencrypt.c846 cifs_free_hash(&server->secmech.aes_cmac); in cifs_crypto_secmech_release()
847 cifs_free_hash(&server->secmech.hmacsha256); in cifs_crypto_secmech_release()
848 cifs_free_hash(&server->secmech.md5); in cifs_crypto_secmech_release()
849 cifs_free_hash(&server->secmech.sha512); in cifs_crypto_secmech_release()
850 cifs_free_hash(&server->secmech.hmacmd5); in cifs_crypto_secmech_release()
H A Dlink.c62 cifs_free_hash(&md5); in symlink_hash()
H A Dcifsproto.h621 void cifs_free_hash(struct shash_desc **sdesc);
H A Dmisc.c1022 * a valid context. It can be freed via cifs_free_hash().
1053 * cifs_free_hash - free hash and hash context together
1059 cifs_free_hash(struct shash_desc **sdesc) in cifs_free_hash() function

Completed in 19 milliseconds