Searched defs:qce_cipher_reqctx (Results 1 – 1 of 1) sorted by relevance
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 scatterlist *src_sg;[all …]