Lines Matching defs:qce_cipher_reqctx
34 struct qce_cipher_reqctx { struct35 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 sg_table src_tbl;44 struct scatterlist *src_sg;45 unsigned int cryptlen;