Lines Matching defs:qce_cipher_reqctx
34 struct qce_cipher_reqctx { struct
35 unsigned long flags;
36 u8 *iv;
37 unsigned int ivsize;
38 int src_nents;
39 int dst_nents;
40 struct scatterlist result_sg;
41 struct sg_table dst_tbl;
42 struct scatterlist *dst_sg;
43 struct scatterlist *src_sg;
44 unsigned int cryptlen;
45 struct skcipher_request fallback_req; // keep at the end