Lines Matching defs:qce_cipher_reqctx
42 struct qce_cipher_reqctx { struct43 unsigned long flags;44 u8 *iv;45 unsigned int ivsize;46 int src_nents;47 int dst_nents;48 struct scatterlist result_sg;49 struct sg_table dst_tbl;50 struct scatterlist *dst_sg;51 struct sg_table src_tbl;52 struct scatterlist *src_sg;53 unsigned int cryptlen;