Home
last modified time | relevance | path

Searched defs:acomp_req_chain (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/crypto/
Dacompress.h54 struct acomp_req_chain { struct
55 struct list_head head;
56 struct acomp_req *req0;
57 struct acomp_req *cur;
58 int (*op)(struct acomp_req *req);
59 crypto_completion_t compl;
60 void *data;
61 struct scatterlist ssg;
62 struct scatterlist dsg;
63 union {
[all …]