Home
last modified time | relevance | path

Searched refs:ahash_tfm (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c708 struct crypto_ahash *ahash_tfm; in eip93_hmac_setkey() local
733 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in eip93_hmac_setkey()
734 if (IS_ERR(ahash_tfm)) in eip93_hmac_setkey()
735 return PTR_ERR(ahash_tfm); in eip93_hmac_setkey()
737 req = ahash_request_alloc(ahash_tfm, GFP_ATOMIC); in eip93_hmac_setkey()
818 crypto_free_ahash(ahash_tfm); in eip93_hmac_setkey()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c761 struct crypto_ahash *ahash_tfm; in kmb_ocs_hcu_setkey() local
801 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in kmb_ocs_hcu_setkey()
802 if (IS_ERR(ahash_tfm)) in kmb_ocs_hcu_setkey()
803 return PTR_ERR(ahash_tfm); in kmb_ocs_hcu_setkey()
805 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
814 crypto_ahash_clear_flags(ahash_tfm, ~0); in kmb_ocs_hcu_setkey()
825 crypto_free_ahash(ahash_tfm); in kmb_ocs_hcu_setkey()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c586 struct crypto_ahash *ahash_tfm = __crypto_ahash_cast(tfm); in tegra_sha_cra_init() local
595 crypto_ahash_set_reqsize(ahash_tfm, sizeof(struct tegra_sha_reqctx)); in tegra_sha_cra_init()
608 tegra_sha_init_fallback(ahash_tfm, ctx, algname); in tegra_sha_cra_init()
H A Dtegra-se-aes.c1772 struct crypto_ahash *ahash_tfm = __crypto_ahash_cast(tfm); in tegra_cmac_cra_init() local
1781 crypto_ahash_set_reqsize(ahash_tfm, sizeof(struct tegra_cmac_reqctx)); in tegra_cmac_cra_init()
1795 tegra_cmac_init_fallback(ahash_tfm, ctx, algname); in tegra_cmac_cra_init()