Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dacompress.h186 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm() function
205 return __crypto_comp_alg_common(crypto_acomp_tfm(tfm)->__crt_alg); in crypto_comp_alg_common()
216 req->base.tfm = crypto_acomp_tfm(tfm); in acomp_request_set_tfm()
239 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
253 return crypto_tfm_alg_name(crypto_acomp_tfm(tfm)); in crypto_acomp_alg_name()
258 return crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in crypto_acomp_driver_name()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c80 crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)), in qat_comp_generic_callback()
132 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_init_tfm()
155 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_exit_tfm()
168 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_compress_decompress()
/linux-6.15/crypto/
H A Dacompress.c36 return __crypto_acomp_alg(crypto_acomp_tfm(tfm)->__crt_alg); in crypto_acomp_alg()
H A Dtestmgr.c3328 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()
/linux-6.15/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1683 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in iaa_comp_init_fixed()