Home
last modified time | relevance | path

Searched defs:tfm_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/crypto/
Dscompress.c146 void **tfm_ctx = acomp_tfm_ctx(tfm); in scomp_acomp_comp_decomp() local
240 struct crypto_scomp **tfm_ctx = crypto_tfm_ctx(tfm); in crypto_acomp_scomp_alloc_ctx() local
259 struct crypto_scomp **tfm_ctx = crypto_tfm_ctx(tfm); in crypto_acomp_scomp_free_ctx() local
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c1241 struct artpec6_cryptotfm_context *tfm_ctx = crypto_aead_ctx(tfm); in artpec6_crypto_aead_init() local
2214 struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(&tfm->base); in artpec6_crypto_hash_set_key() local
2453 struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm); in artpec6_crypto_ahash_init_common() local
2497 struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm); in artpec6_crypto_ahash_exit() local
/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_drv.h278 struct sec_alg_tfm_ctx *tfm_ctx; member