Home
last modified time | relevance | path

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

/linux/include/crypto/
A Dacompress.h128 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm() function
145 return __crypto_acomp_alg(crypto_acomp_tfm(tfm)->__crt_alg); in crypto_acomp_alg()
156 req->base.tfm = crypto_acomp_tfm(tfm); in acomp_request_set_tfm()
173 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
/linux/crypto/
A Dacompress.c122 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in acomp_request_alloc()
136 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in acomp_request_free()
A Dscompress.c216 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_alloc_ctx()
235 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_free_ctx()
A Dtestmgr.c3278 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()
/linux/include/crypto/internal/
A Dacompress.h34 return crypto_acomp_tfm(tfm)->__crt_alg->cra_name; in acomp_alg_name()

Completed in 14 milliseconds