Home
last modified time | relevance | path

Searched refs:crypto_alloc_acomp_node (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
H A Dacompress.c155 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node() function
161 EXPORT_SYMBOL_GPL(crypto_alloc_acomp_node);
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c497 ctx->ftfm = crypto_alloc_acomp_node("zstd", 0, CRYPTO_ALG_NEED_FALLBACK, in qat_comp_alg_lz4s_zstd_init_tfm()
526 ctx->ftfm = crypto_alloc_acomp_node("zstd", 0, CRYPTO_ALG_NEED_FALLBACK, in qat_comp_alg_zstd_init_tfm()
/linux/mm/
H A Dzswap.c806 acomp_ctx->acomp = crypto_alloc_acomp_node(pool->tfm_name, 0, 0, cpu_to_node(cpu)); in zswap_cpu_comp_prepare()