/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()
|
/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 :functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
|
H A D | api-intro.rst | 80 crypto_free_ahash(tfm);
|
/linux/drivers/crypto/ |
H A D | padlock-sha.c | 176 crypto_free_ahash(fallback_tfm); in padlock_init_tfm() 189 crypto_free_ahash(ctx->fallback); in padlock_exit_tfm()
|
H A D | atmel-sha.c | 2220 crypto_free_ahash(tfm); in atmel_sha_authenc_spawn() 2229 crypto_free_ahash(auth->tfm); in atmel_sha_authenc_free()
|
/linux/crypto/ |
H A D | authenc.c | 313 crypto_free_ahash(auth); in crypto_authenc_init_tfm() 321 crypto_free_ahash(ctx->auth); in crypto_authenc_exit_tfm()
|
H A D | krb5enc.c | 375 crypto_free_ahash(auth); in krb5enc_init_tfm() 383 crypto_free_ahash(ctx->auth); in krb5enc_exit_tfm()
|
H A D | cryptd.c | 534 crypto_free_ahash(tfm); in cryptd_hash_complete() 1021 crypto_free_ahash(tfm); in cryptd_alloc_ahash() 1060 crypto_free_ahash(&tfm->base); in cryptd_free_ahash()
|
H A D | algif_hash.c | 390 crypto_free_ahash(private); in hash_release()
|
H A D | ccm.c | 421 crypto_free_ahash(mac); in crypto_ccm_init_tfm() 429 crypto_free_ahash(ctx->mac); in crypto_ccm_exit_tfm()
|
H A D | gcm.c | 549 crypto_free_ahash(ghash); in crypto_gcm_init_tfm() 557 crypto_free_ahash(ctx->ghash); in crypto_gcm_exit_tfm()
|
H A D | hmac.c | 445 crypto_free_ahash(tctx->hash); in hmac_exit_ahash_tfm()
|
H A D | testmgr.c | 1867 crypto_free_ahash(generic_tfm); in test_hash_vs_generic_impl() 1991 crypto_free_ahash(atfm); in __alg_test_hash()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 73 crypto_free_ahash(op->fallback_tfm); in sun8i_ce_hash_init_tfm() 81 crypto_free_ahash(tfmctx->fallback_tfm); in sun8i_ce_hash_exit_tfm()
|
/linux/net/ipv6/ |
H A D | ah6.c | 736 crypto_free_ahash(ahp->ahash); in ah6_init_state() 749 crypto_free_ahash(ahp->ahash); in ah6_destroy()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 404 crypto_free_ahash(ctx->ahash_fbk); in starfive_hash_exit_tfm() 449 crypto_free_ahash(ahash_tfm); in starfive_hash_long_setkey()
|
/linux/include/crypto/ |
H A D | hash.h | 321 * crypto_free_ahash() - zeroize and free the ahash handle 326 static inline void crypto_free_ahash(struct crypto_ahash *tfm) in crypto_free_ahash() function
|
/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 372 crypto_free_ahash(tctx->fallback_tfm); in rk_hash_exit_tfm()
|
/linux/drivers/crypto/qce/ |
H A D | sha.c | 389 crypto_free_ahash(ahash_tfm); in qce_ahash_hmac_setkey()
|
/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 310 crypto_free_ahash(tfm); in ima_free_atfm()
|
/linux/drivers/crypto/inside-secure/eip93/ |
H A D | eip93-common.c | 819 crypto_free_ahash(ahash_tfm); in eip93_hmac_setkey()
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1160 crypto_free_ahash(tfm); in __safexcel_hmac_setkey() 2430 crypto_free_ahash(ctx->fback); in safexcel_sha3_cra_exit() 2667 crypto_free_ahash(ctx->fback); in safexcel_hmac_sha3_cra_exit()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-hash.c | 616 crypto_free_ahash(ctx->fallback_tfm); in tegra_sha_cra_exit()
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1228 crypto_free_ahash(tfm); in mv_cesa_ahmac_setkey()
|