Home
last modified time | relevance | path

Searched refs:crypto_free_ahash (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c290 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 Dgss_krb5_test.c119 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-6.15/net/ipv4/
H A Dtcp_sigpool.c116 crypto_free_ahash(tmp); in __cpool_try_clone()
145 crypto_free_ahash(cpu0_hash); in __cpool_alloc_ahash()
202 crypto_free_ahash(e->hash); in __cpool_free_entry()
278 crypto_free_ahash(hash); in tcp_sigpool_start()
300 crypto_free_ahash(hash); in tcp_sigpool_end()
H A Dah4.c536 crypto_free_ahash(ahp->ahash); in ah_init_state()
549 crypto_free_ahash(ahp->ahash); in ah_destroy()
/linux-6.15/Documentation/crypto/
H A Dapi-digest.rst17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
H A Dapi-intro.rst80 crypto_free_ahash(tfm);
/linux-6.15/crypto/
H A Dauthenc.c342 crypto_free_ahash(auth); in crypto_authenc_init_tfm()
350 crypto_free_ahash(ctx->auth); in crypto_authenc_exit_tfm()
H A Dkrb5enc.c375 crypto_free_ahash(auth); in krb5enc_init_tfm()
383 crypto_free_ahash(ctx->auth); in krb5enc_exit_tfm()
H A Dauthencesn.c358 crypto_free_ahash(auth); in crypto_authenc_esn_init_tfm()
366 crypto_free_ahash(ctx->auth); in crypto_authenc_esn_exit_tfm()
H A Dchacha20poly1305.c515 crypto_free_ahash(poly); in chachapoly_init()
542 crypto_free_ahash(ctx->poly); in chachapoly_exit()
H A Dcryptd.c528 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 Dalgif_hash.c390 crypto_free_ahash(private); in hash_release()
H A Dccm.c425 crypto_free_ahash(mac); in crypto_ccm_init_tfm()
433 crypto_free_ahash(ctx->mac); in crypto_ccm_exit_tfm()
H A Dgcm.c553 crypto_free_ahash(ghash); in crypto_gcm_init_tfm()
561 crypto_free_ahash(ctx->ghash); in crypto_gcm_exit_tfm()
/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c60 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()
/linux-6.15/net/ipv6/
H A Dah6.c736 crypto_free_ahash(ahp->ahash); in ah6_init_state()
749 crypto_free_ahash(ahp->ahash); in ah6_destroy()
/linux-6.15/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c129 crypto_free_ahash(op->fallback_tfm); in sun8i_ss_hash_init_tfm()
140 crypto_free_ahash(tfmctx->fallback_tfm); in sun8i_ss_hash_exit_tfm()
/linux-6.15/include/crypto/
H A Dhash.h290 static inline void crypto_free_ahash(struct crypto_ahash *tfm) in crypto_free_ahash() function
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-hash.c404 crypto_free_ahash(ctx->ahash_fbk); in starfive_hash_exit_tfm()
449 crypto_free_ahash(ahash_tfm); in starfive_hash_long_setkey()
/linux-6.15/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c370 crypto_free_ahash(tctx->fallback_tfm); in rk_hash_exit_tfm()
/linux-6.15/drivers/crypto/qce/
H A Dsha.c389 crypto_free_ahash(ahash_tfm); in qce_ahash_hmac_setkey()
/linux-6.15/security/integrity/ima/
H A Dima_crypto.c310 crypto_free_ahash(tfm); in ima_free_atfm()
/linux-6.15/drivers/md/
H A Ddm-verity-target.c1094 crypto_free_ahash(v->ahash_tfm); in verity_dtr()
1357 crypto_free_ahash(ahash); in verity_setup_hash_alg()
/linux-6.15/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c819 crypto_free_ahash(ahash_tfm); in eip93_hmac_setkey()
/linux-6.15/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1162 crypto_free_ahash(tfm); in __safexcel_hmac_setkey()
2514 crypto_free_ahash(ctx->fback); in safexcel_sha3_cra_exit()
2751 crypto_free_ahash(ctx->fback); in safexcel_hmac_sha3_cra_exit()

12