/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_mech.c | 290 crypto_free_ahash(tfm); in gss_krb5_alloc_hash_v2() 383 crypto_free_ahash(ctx->acceptor_integ); in gss_krb5_import_ctx_v2() 384 crypto_free_ahash(ctx->initiator_integ); in gss_krb5_import_ctx_v2() 385 crypto_free_ahash(ctx->acceptor_sign); in gss_krb5_import_ctx_v2() 386 crypto_free_ahash(ctx->initiator_sign); in gss_krb5_import_ctx_v2() 504 crypto_free_ahash(kctx->acceptor_sign); in gss_krb5_delete_sec_context() 505 crypto_free_ahash(kctx->initiator_sign); in gss_krb5_delete_sec_context() 506 crypto_free_ahash(kctx->acceptor_integ); in gss_krb5_delete_sec_context() 507 crypto_free_ahash(kctx->initiator_integ); in gss_krb5_delete_sec_context()
|
H A D | gss_krb5_test.c | 119 crypto_free_ahash(tfm); in checksum_case() 1207 crypto_free_ahash(ahash_tfm); in rfc6803_encrypt_case() 1700 crypto_free_ahash(ahash_tfm); in rfc8009_encrypt_case()
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
|
H A D | api-intro.rst | 80 crypto_free_ahash(tfm);
|
/openbmc/linux/crypto/ |
H A D | authenc.c | 348 crypto_free_ahash(auth); in crypto_authenc_init_tfm() 356 crypto_free_ahash(ctx->auth); in crypto_authenc_exit_tfm()
|
H A D | authencesn.c | 365 crypto_free_ahash(auth); in crypto_authenc_esn_init_tfm() 373 crypto_free_ahash(ctx->auth); in crypto_authenc_esn_exit_tfm()
|
H A D | cryptd.c | 528 crypto_free_ahash(tfm); in cryptd_hash_complete() 1015 crypto_free_ahash(tfm); in cryptd_alloc_ahash() 1054 crypto_free_ahash(&tfm->base); in cryptd_free_ahash()
|
H A D | chacha20poly1305.c | 515 crypto_free_ahash(poly); in chachapoly_init() 542 crypto_free_ahash(ctx->poly); in chachapoly_exit()
|
H A D | ccm.c | 424 crypto_free_ahash(mac); in crypto_ccm_init_tfm() 432 crypto_free_ahash(ctx->mac); in crypto_ccm_exit_tfm()
|
H A D | algif_hash.c | 394 crypto_free_ahash(private); in hash_release()
|
H A D | gcm.c | 553 crypto_free_ahash(ghash); in crypto_gcm_init_tfm() 561 crypto_free_ahash(ctx->ghash); in crypto_gcm_exit_tfm()
|
H A D | ahash.c | 589 crypto_free_ahash(nhash); in crypto_clone_ahash()
|
H A D | shash.c | 457 crypto_free_ahash(nhash); in crypto_clone_shash_ops_async()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 60 crypto_free_ahash(op->fallback_tfm); in sun8i_ce_hash_init_tfm() 68 crypto_free_ahash(tfmctx->fallback_tfm); in sun8i_ce_hash_exit_tfm()
|
/openbmc/linux/net/ipv4/ |
H A D | ah4.c | 539 crypto_free_ahash(ahp->ahash); in ah_init_state() 552 crypto_free_ahash(ahp->ahash); in ah_destroy()
|
/openbmc/linux/net/ipv6/ |
H A D | ah6.c | 739 crypto_free_ahash(ahp->ahash); in ah6_init_state() 752 crypto_free_ahash(ahp->ahash); in ah6_destroy()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_login.c | 96 crypto_free_ahash(tfm); in iscsi_login_setup_crypto() 106 crypto_free_ahash(tfm); in iscsi_login_setup_crypto() 1174 crypto_free_ahash(tfm); in iscsi_target_login_sess_out()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 146 crypto_free_ahash(op->fallback_tfm); in sun8i_ss_hash_init_tfm() 157 crypto_free_ahash(tfmctx->fallback_tfm); in sun8i_ss_hash_exit_tfm()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 438 crypto_free_ahash(ctx->ahash_fbk); in starfive_hash_exit_tfm() 483 crypto_free_ahash(ahash_tfm); in starfive_hash_long_setkey()
|
/openbmc/linux/drivers/scsi/ |
H A D | iscsi_tcp.c | 621 crypto_free_ahash(tfm); in iscsi_sw_tcp_conn_create() 678 crypto_free_ahash(tfm); in iscsi_sw_tcp_conn_destroy()
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 318 static inline void crypto_free_ahash(struct crypto_ahash *tfm) in crypto_free_ahash() function
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 370 crypto_free_ahash(tctx->fallback_tfm); in rk_hash_exit_tfm()
|
/openbmc/linux/drivers/crypto/ |
H A D | n2_core.c | 408 crypto_free_ahash(ctx->fallback_tfm); in n2_hash_cra_exit() 446 crypto_free_ahash(fallback_tfm); in n2_hmac_cra_init() 457 crypto_free_ahash(ctx->base.fallback_tfm); in n2_hmac_cra_exit()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | sha.c | 389 crypto_free_ahash(ahash_tfm); in qce_ahash_hmac_setkey()
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 315 crypto_free_ahash(tfm); in ima_free_atfm()
|