Home
last modified time | relevance | path

Searched refs:crypto_free_shash (Results 1 – 25 of 56) sorted by relevance

123

/linux/fs/ubifs/
H A Dauth.c348 crypto_free_shash(c->hmac_tfm); in ubifs_init_authentication()
351 crypto_free_shash(c->hash_tfm); in ubifs_init_authentication()
370 crypto_free_shash(c->hmac_tfm); in __ubifs_exit_authentication()
371 crypto_free_shash(c->hash_tfm); in __ubifs_exit_authentication()
/linux/fs/smb/server/
H A Dcrypto_ctx.c34 crypto_free_shash(shash->tfm); in free_shash()
82 crypto_free_shash(tfm); in alloc_shash_desc()
/linux/crypto/krb5/
H A Drfc6803_camellia.c104 crypto_free_shash(shash); in rfc6803_calc_KDF_FEEDBACK_CMAC()
173 crypto_free_shash(shash); in rfc6803_calc_PRF()
H A Dkrb5_api.c258 crypto_free_shash(ci); in krb5_prepare_checksum()
H A Drfc8009_aes2.c105 crypto_free_shash(shash); in rfc8009_calc_KDF_HMAC_SHA2()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c63 crypto_free_shash(fallback_tfm); in zynqmp_sha_init_tfm()
76 crypto_free_shash(tfm_ctx->fbk_tfm); in zynqmp_sha_exit_tfm()
/linux/security/keys/
H A Ddh.c79 crypto_free_shash(tfm); in kdf_alloc()
91 crypto_free_shash(hash); in kdf_dealloc()
/linux/net/rxrpc/
H A Drxgk_kdf.c31 crypto_free_shash(gk->tx_Kc); in rxgk_free()
33 crypto_free_shash(gk->rx_Kc); in rxgk_free()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_tkip.c
/linux/include/crypto/internal/
H A Dkdf_selftest.h66 crypto_free_shash(kmd); in kdf_test()
/linux/Documentation/crypto/
H A Dapi-digest.rst38 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
H A Dapi-samples.rst148 crypto_free_shash(alg);
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c425 crypto_free_shash(tfm); in krb5_kdf_feedback_cmac()
543 crypto_free_shash(tfm); in krb5_kdf_hmac_sha2()
/linux/security/integrity/ima/
H A Dima_crypto.c201 crypto_free_shash(ima_algo_array[i].tfm); in ima_init_crypto()
205 crypto_free_shash(ima_shash_tfm); in ima_init_crypto()
220 crypto_free_shash(tfm); in ima_free_tfm()
/linux/drivers/target/iscsi/
H A Discsi_target_auth.c82 crypto_free_shash(tfm); in chap_test_algorithm()
562 crypto_free_shash(tfm); in chap_server_compute_hash()
/linux/crypto/
H A Dessiv.c359 crypto_free_shash(tctx->hash); in essiv_skcipher_exit_tfm()
368 crypto_free_shash(tctx->hash); in essiv_aead_exit_tfm()
/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c96 crypto_free_shash(tfm); in x509_get_sig_params()
H A Dpkcs7_verify.c133 crypto_free_shash(tfm); in pkcs7_digest()
H A Dverify_pefile.c385 crypto_free_shash(tfm); in pefile_digest_pe()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c549 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
556 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
565 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
623 crypto_free_shash(ctx->hashalg); in otx_cpt_aead_exit()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c627 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
643 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
651 crypto_free_shash(ctx->hashalg); in cpt_aead_init()
734 crypto_free_shash(ctx->hashalg); in otx2_cpt_aead_exit()
/linux/security/integrity/evm/
H A Devm_crypto.c113 crypto_free_shash(tmp_tfm); in init_desc()
/linux/net/bluetooth/
H A Dsmp.c760 crypto_free_shash(smp->tfm_cmac); in smp_chan_destroy()
1416 crypto_free_shash(smp->tfm_cmac); in smp_chan_create()
3311 crypto_free_shash(tfm_cmac); in smp_add_cid()
3324 crypto_free_shash(smp->tfm_cmac); in smp_add_cid()
3371 crypto_free_shash(smp->tfm_cmac); in smp_del_chan()
3836 crypto_free_shash(tfm_cmac); in bt_selftest_smp()
3842 crypto_free_shash(tfm_cmac); in bt_selftest_smp()
/linux/fs/smb/client/
H A Dmisc.c816 crypto_free_shash(alg); in cifs_alloc_hash()
837 crypto_free_shash((*sdesc)->tfm); in cifs_free_hash()
/linux/include/crypto/
H A Dhash.h777 static inline void crypto_free_shash(struct crypto_shash *tfm) in crypto_free_shash() function

123