Home
last modified time | relevance | path

Searched refs:crypto_acomp_reqtfm (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/crypto/
Dacompress.h146 static inline struct crypto_acomp *crypto_acomp_reqtfm(struct acomp_req *req) in crypto_acomp_reqtfm() function
250 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in crypto_acomp_compress()
266 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in crypto_acomp_decompress()
/linux-4.19.296/crypto/
Dscompress.c145 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in scomp_acomp_comp_decomp()
238 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx()
257 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx()
Dacompress.c136 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in acomp_request_free()