Home
last modified time | relevance | path

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

12

/linux/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/Documentation/crypto/
H A Dapi-digest.rst17 :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 Dapi-intro.rst80 crypto_free_ahash(tfm);
/linux/drivers/crypto/
H A Dpadlock-sha.c176 crypto_free_ahash(fallback_tfm); in padlock_init_tfm()
189 crypto_free_ahash(ctx->fallback); in padlock_exit_tfm()
H A Datmel-sha.c2220 crypto_free_ahash(tfm); in atmel_sha_authenc_spawn()
2229 crypto_free_ahash(auth->tfm); in atmel_sha_authenc_free()
/linux/crypto/
H A Dauthenc.c313 crypto_free_ahash(auth); in crypto_authenc_init_tfm()
321 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 Dcryptd.c534 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 Dalgif_hash.c390 crypto_free_ahash(private); in hash_release()
H A Dccm.c421 crypto_free_ahash(mac); in crypto_ccm_init_tfm()
429 crypto_free_ahash(ctx->mac); in crypto_ccm_exit_tfm()
H A Dgcm.c549 crypto_free_ahash(ghash); in crypto_gcm_init_tfm()
557 crypto_free_ahash(ctx->ghash); in crypto_gcm_exit_tfm()
H A Dhmac.c445 crypto_free_ahash(tctx->hash); in hmac_exit_ahash_tfm()
H A Dtestmgr.c1867 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 Dsun8i-ce-hash.c73 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 Dah6.c736 crypto_free_ahash(ahp->ahash); in ah6_init_state()
749 crypto_free_ahash(ahp->ahash); in ah6_destroy()
/linux/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/include/crypto/
H A Dhash.h321 * 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 Drk3288_crypto_ahash.c372 crypto_free_ahash(tctx->fallback_tfm); in rk_hash_exit_tfm()
/linux/drivers/crypto/qce/
H A Dsha.c389 crypto_free_ahash(ahash_tfm); in qce_ahash_hmac_setkey()
/linux/security/integrity/ima/
H A Dima_crypto.c310 crypto_free_ahash(tfm); in ima_free_atfm()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c819 crypto_free_ahash(ahash_tfm); in eip93_hmac_setkey()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1160 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 Dtegra-se-hash.c616 crypto_free_ahash(ctx->fallback_tfm); in tegra_sha_cra_exit()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1228 crypto_free_ahash(tfm); in mv_cesa_ahmac_setkey()

12