Searched refs:crypto_comp_tfm (Results 1 – 3 of 3) sorted by relevance
16 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_compress()27 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_decompress()
3303 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
511 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm) in crypto_comp_tfm() function518 crypto_free_tfm(crypto_comp_tfm(tfm)); in crypto_free_comp()532 return crypto_tfm_alg_name(crypto_comp_tfm(tfm)); in crypto_comp_name()