Searched refs:crypto_acomp (Results 1 – 2 of 2) sorted by relevance
113 struct crypto_acomp { struct146 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,180 return container_of(tfm, struct crypto_acomp, base); in __crypto_acomp_tfm()184 struct crypto_acomp *tfm) in crypto_comp_alg_common()189 static inline unsigned int crypto_acomp_reqsize(struct crypto_acomp *tfm) in crypto_acomp_reqsize()195 struct crypto_acomp *tfm) in acomp_request_set_tfm()200 static inline bool acomp_is_async(struct crypto_acomp *tfm) in acomp_is_async()218 static inline void crypto_free_acomp(struct crypto_acomp *tfm) in crypto_free_acomp()251 struct crypto_acomp *tfm, size_t extra, gfp_t gfp) in acomp_request_alloc_extra_noprof()287 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req); in acomp_request_extra()[all …]
49 int (*init)(struct crypto_acomp *tfm);50 void (*exit)(struct crypto_acomp *tfm);112 static inline void *acomp_tfm_ctx(struct crypto_acomp *tfm) in acomp_tfm_ctx()186 static inline bool crypto_acomp_req_virt(struct crypto_acomp *tfm) in crypto_acomp_req_virt()220 static inline struct crypto_acomp *crypto_acomp_fb(struct crypto_acomp *tfm) in crypto_acomp_fb()228 struct crypto_acomp *tfm = crypto_acomp_reqtfm(old); in acomp_fbreq_on_stack_init()
Completed in 11 milliseconds