Lines Matching defs:acomp_req_chain
54 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 {
67 union {
71 size_t soff;
72 size_t doff;
73 u32 flags;