Searched defs:qce_aead_reqctx (Results 1 – 1 of 1) sorted by relevance
26 struct qce_aead_reqctx { struct27 unsigned long flags;28 u8 *iv;29 unsigned int ivsize;30 int src_nents;31 int dst_nents;32 struct scatterlist result_sg;33 struct scatterlist adata_sg;34 struct sg_table dst_tbl;35 struct sg_table src_tbl;[all …]