Home
last modified time | relevance | path

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

1234

/linux/net/mac80211/
H A Daes_cmac.c81 crypto_free_shash(tfm); in ieee80211_aes_cmac_key_setup()
91 crypto_free_shash(tfm); in ieee80211_aes_cmac_key_free()
H A Dfils_aead.c94 crypto_free_shash(tfm); in aes_siv_encrypt()
209 crypto_free_shash(tfm); in aes_siv_decrypt()
/linux/lib/
H A Dcrc-t10dif.c53 crypto_free_shash(old); in crc_t10dif_rehash()
104 crypto_free_shash(rcu_dereference_protected(crct10dif_tfm, 1)); in crc_t10dif_mod_fini()
H A Dcrc64-rocksoft.c47 crypto_free_shash(old); in crc64_rocksoft_rehash()
98 crypto_free_shash(rcu_dereference_protected(crc64_rocksoft_tfm, 1)); in crc64_rocksoft_mod_fini()
H A Dlibcrc32c.c65 crypto_free_shash(tfm); in libcrc32c_mod_fini()
H A Ddigsig.c273 crypto_free_shash(shash); in digsig_cleanup()
/linux/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c114 crypto_free_shash(crc32c_tfm); in crc_test_init()
117 crypto_free_shash(crct10dif_tfm); in crc_test_init()
/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/crypto/
H A Dhkdf.c99 crypto_free_shash(hmac_tfm); in fscrypt_init_hkdf()
181 crypto_free_shash(hkdf->hmac_tfm); in fscrypt_destroy_hkdf()
/linux/drivers/nvme/common/
H A Dauth.c300 crypto_free_shash(key_tfm); in nvme_auth_transform_key()
309 crypto_free_shash(key_tfm); in nvme_auth_transform_key()
336 crypto_free_shash(tfm); in nvme_auth_hash_skey()
377 crypto_free_shash(tfm); in nvme_auth_augmented_challenge()
/linux/fs/smb/server/
H A Dcrypto_ctx.c34 crypto_free_shash(shash->tfm); in free_shash()
94 crypto_free_shash(tfm); in alloc_shash_desc()
/linux/crypto/
H A Djitterentropy-kcapi.c213 crypto_free_shash(rng->tfm); in jent_kcapi_cleanup()
351 crypto_free_shash(tfm); in jent_mod_init()
/linux/drivers/net/ppp/
H A Dppp_mppe.c195 crypto_free_shash(shash); in mppe_alloc()
224 crypto_free_shash(state->sha1->tfm); in mppe_alloc()
240 crypto_free_shash(state->sha1->tfm); in mppe_free()
/linux/include/crypto/internal/
H A Dkdf_selftest.h66 crypto_free_shash(kmd); in kdf_test()
/linux/security/keys/
H A Ddh.c79 crypto_free_shash(tfm); in kdf_alloc()
91 crypto_free_shash(hash); in kdf_dealloc()
/linux/Documentation/crypto/
H A Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/linux/net/wireless/
H A Dlib80211_crypt_tkip.c119 crypto_free_shash(priv->tx_tfm_michael); in lib80211_tkip_init()
120 crypto_free_shash(priv->rx_tfm_michael); in lib80211_tkip_init()
131 crypto_free_shash(_priv->tx_tfm_michael); in lib80211_tkip_deinit()
132 crypto_free_shash(_priv->rx_tfm_michael); in lib80211_tkip_deinit()
/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c86 crypto_free_shash(priv->tx_tfm_michael); in rtllib_tkip_init()
87 crypto_free_shash(priv->rx_tfm_michael); in rtllib_tkip_init()
99 crypto_free_shash(_priv->tx_tfm_michael); in rtllib_tkip_deinit()
100 crypto_free_shash(_priv->rx_tfm_michael); in rtllib_tkip_deinit()
/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.c81 crypto_free_shash(tfm); in chap_test_algorithm()
561 crypto_free_shash(tfm); in chap_server_compute_hash()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_main.c554 crypto_free_shash(siw_crypto_shash); in siw_init_module()
577 crypto_free_shash(siw_crypto_shash); in siw_exit_module()
/linux/fs/verity/
H A Dhash_algs.c95 crypto_free_shash(tfm); in fsverity_get_hash_alg()
/linux/security/keys/encrypted-keys/
H A Dencrypted.c348 crypto_free_shash(tfm); in calc_hmac()
1029 crypto_free_shash(hash_tfm); in init_encrypted()
1036 crypto_free_shash(hash_tfm); in cleanup_encrypted()
/linux/drivers/nvme/target/
H A Dauth.c370 crypto_free_shash(shash_tfm); in nvmet_auth_host_hash()
480 crypto_free_shash(shash_tfm); in nvmet_auth_ctrl_hash()

1234