Searched defs:acomp_req_chain (Results 1 – 1 of 1) sorted by relevance
54 struct acomp_req_chain { struct55 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 …]