Searched refs:crypto_free_ahash (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/crypto/
H A Dmcryptd.c610 crypto_free_ahash(tfm); mcryptd_alloc_ahash()
683 crypto_free_ahash(&tfm->base); mcryptd_free_ahash()
H A Dauthenc.c584 crypto_free_ahash(auth); crypto_authenc_init_tfm()
592 crypto_free_ahash(ctx->auth); crypto_authenc_exit_tfm()
H A Dauthencesn.c676 crypto_free_ahash(auth); crypto_authenc_esn_init_tfm()
684 crypto_free_ahash(ctx->auth); crypto_authenc_esn_exit_tfm()
H A Dcryptd.c902 crypto_free_ahash(tfm); cryptd_alloc_ahash()
927 crypto_free_ahash(&tfm->base); cryptd_free_ahash()
H A Dalgif_hash.c369 crypto_free_ahash(tfm->hash); hash_release()
H A Dgcm.c685 crypto_free_ahash(ghash); crypto_gcm_init_tfm()
693 crypto_free_ahash(ctx->ghash); crypto_gcm_exit_tfm()
H A Dtcrypt.c992 crypto_free_ahash(tfm); test_ahash_speed()
H A Dtestmgr.c1652 crypto_free_ahash(tfm); alg_test_hash()
/linux-4.1.27/net/ipv4/
H A Dah4.c522 crypto_free_ahash(ahp->ahash); ah_init_state()
535 crypto_free_ahash(ahp->ahash); ah_destroy()
/linux-4.1.27/net/ipv6/
H A Dah6.c734 crypto_free_ahash(ahp->ahash); ah6_init_state()
747 crypto_free_ahash(ahp->ahash); ah6_destroy()
/linux-4.1.27/drivers/crypto/
H A Dn2_core.c389 crypto_free_ahash(ctx->fallback_tfm); n2_hash_cra_exit()
427 crypto_free_ahash(fallback_tfm); n2_hmac_cra_init()
438 crypto_free_ahash(ctx->base.fallback_tfm); n2_hmac_cra_exit()
H A Dimg-hash.c673 crypto_free_ahash(tctx->fallback); img_hash_cra_exit()
/linux-4.1.27/drivers/crypto/qce/
H A Dsha.c436 crypto_free_ahash(ahash_tfm); qce_ahash_hmac_setkey()
/linux-4.1.27/security/integrity/ima/
H A Dima_crypto.c196 crypto_free_ahash(tfm); ima_free_atfm()
/linux-4.1.27/include/crypto/
H A Dhash.h249 * crypto_free_ahash() - zeroize and free the ahash handle
252 static inline void crypto_free_ahash(struct crypto_ahash *tfm) crypto_free_ahash() function

Completed in 214 milliseconds