/linux/fs/crypto/ |
H A D | hkdf.c | 86 crypto_free_shash(hmac_tfm); in fscrypt_init_hkdf() 128 crypto_free_shash(hkdf->hmac_tfm); in fscrypt_destroy_hkdf()
|
/linux/net/mac80211/ |
H A D | aes_cmac.c | 81 crypto_free_shash(tfm); in ieee80211_aes_cmac_key_setup() 91 crypto_free_shash(tfm); in ieee80211_aes_cmac_key_free()
|
H A D | fils_aead.c | 94 crypto_free_shash(tfm); in aes_siv_encrypt() 209 crypto_free_shash(tfm); in aes_siv_decrypt()
|
/linux/drivers/nvme/common/ |
H A D | auth.c | 294 crypto_free_shash(key_tfm); in nvme_auth_transform_key() 301 crypto_free_shash(key_tfm); in nvme_auth_transform_key() 328 crypto_free_shash(tfm); in nvme_auth_hash_skey() 369 crypto_free_shash(tfm); in nvme_auth_augmented_challenge() 546 crypto_free_shash(tfm); in nvme_auth_generate_psk() 677 crypto_free_shash(tfm); in nvme_auth_generate_digest() 794 crypto_free_shash(hmac_tfm); in nvme_auth_derive_tls_psk()
|
/linux/fs/ubifs/ |
H A D | auth.c | 348 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/samples/tsm-mr/ |
H A D | tsm_mr_sample.c | 39 crypto_free_shash(tfm); in sample_report_refresh() 63 crypto_free_shash(desc->tfm); in sample_report_extend_mr()
|
/linux/fs/smb/server/ |
H A D | crypto_ctx.c | 34 crypto_free_shash(shash->tfm); in free_shash() 91 crypto_free_shash(tfm); in alloc_shash_desc()
|
/linux/crypto/ |
H A D | jitterentropy-kcapi.c | 214 crypto_free_shash(rng->tfm); in jent_kcapi_cleanup() 352 crypto_free_shash(tfm); in jent_mod_init()
|
H A D | essiv.c | 361 crypto_free_shash(tctx->hash); in essiv_skcipher_exit_tfm() 370 crypto_free_shash(tctx->hash); in essiv_aead_exit_tfm()
|
/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 63 crypto_free_shash(fallback_tfm); in zynqmp_sha_init_tfm() 76 crypto_free_shash(tfm_ctx->fbk_tfm); in zynqmp_sha_exit_tfm()
|
/linux/crypto/krb5/ |
H A D | rfc6803_camellia.c | 104 crypto_free_shash(shash); in rfc6803_calc_KDF_FEEDBACK_CMAC() 173 crypto_free_shash(shash); in rfc6803_calc_PRF()
|
H A D | krb5_api.c | 258 crypto_free_shash(ci); in krb5_prepare_checksum()
|
/linux/include/crypto/internal/ |
H A D | kdf_selftest.h | 66 crypto_free_shash(kmd); in kdf_test()
|
/linux/net/rxrpc/ |
H A D | rxgk_kdf.c | 31 crypto_free_shash(gk->tx_Kc); in rxgk_free() 33 crypto_free_shash(gk->rx_Kc); in rxgk_free()
|
/linux/security/keys/ |
H A D | dh.c | 79 crypto_free_shash(tfm); in kdf_alloc() 91 crypto_free_shash(hash); in kdf_dealloc()
|
/linux/Documentation/crypto/ |
H A D | api-digest.rst | 35 :functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_crypto_tkip.c | 112 crypto_free_shash(priv->tx_tfm_michael); in libipw_tkip_init() 113 crypto_free_shash(priv->rx_tfm_michael); in libipw_tkip_init() 124 crypto_free_shash(_priv->tx_tfm_michael); in libipw_tkip_deinit() 125 crypto_free_shash(_priv->rx_tfm_michael); in libipw_tkip_deinit()
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 425 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 D | ima_crypto.c | 201 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 D | iscsi_target_auth.c | 81 crypto_free_shash(tfm); in chap_test_algorithm() 561 crypto_free_shash(tfm); in chap_server_compute_hash()
|
/linux/security/keys/encrypted-keys/ |
H A D | encrypted.c | 348 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/lib/ |
H A D | digsig.c | 273 crypto_free_shash(shash); in digsig_cleanup()
|
/linux/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 84 crypto_free_shash(tfm); in x509_get_sig_params()
|
/linux/drivers/nvme/target/ |
H A D | auth.c | 394 crypto_free_shash(shash_tfm); in nvmet_auth_host_hash() 505 crypto_free_shash(shash_tfm); in nvmet_auth_ctrl_hash()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 995 crypto_free_shash(hashalg); in trusted_shash_release() 997 crypto_free_shash(hmacalg); in trusted_shash_release() 1022 crypto_free_shash(hmacalg); in trusted_shash_alloc()
|