Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dacompress.h130 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm() function
149 return __crypto_comp_alg_common(crypto_acomp_tfm(tfm)->__crt_alg); in crypto_comp_alg_common()
160 req->base.tfm = crypto_acomp_tfm(tfm); in acomp_request_set_tfm()
177 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c90 crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)), in qat_comp_resubmit()
199 crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)), in qat_comp_generic_callback()
266 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_init_tfm()
289 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_exit_tfm()
298 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_rfc1950_init_tfm()
314 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_compress_decompress()
419 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_rfc1950_decompress()
/openbmc/linux/crypto/
H A Dacompress.c33 return __crypto_acomp_alg(crypto_acomp_tfm(tfm)->__crt_alg); in crypto_acomp_alg()
157 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in acomp_request_alloc()
171 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in acomp_request_free()
H A Dscompress.c215 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_alloc_ctx()
234 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_free_ctx()
H A Dtestmgr.c3409 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()