Searched refs:acomp_tfm (Results 1 – 2 of 2) sorted by relevance
131 static int qat_comp_alg_init_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_init_tfm() argument133 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_init_tfm()152 static void qat_comp_alg_exit_tfm(struct crypto_acomp *acomp_tfm) in qat_comp_alg_exit_tfm() argument154 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_exit_tfm()166 struct crypto_acomp *acomp_tfm = crypto_acomp_reqtfm(areq); in qat_comp_alg_compress_decompress() local167 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in qat_comp_alg_compress_decompress()
1665 static int iaa_comp_init_fixed(struct crypto_acomp *acomp_tfm) in iaa_comp_init_fixed() argument1667 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp_tfm); in iaa_comp_init_fixed()
Completed in 4695 milliseconds