Lines Matching defs:omap_sham_reqctx
140 struct omap_sham_reqctx { struct
141 struct omap_sham_dev *dd;
142 unsigned long flags;
143 u8 op;
145 u8 digest[SHA512_DIGEST_SIZE] OMAP_ALIGNED;
146 size_t digcnt;
147 size_t bufcnt;
148 size_t buflen;
151 struct scatterlist *sg;
152 struct scatterlist sgl[2];
153 int offset; /* offset in current sg */
154 int sg_len;
155 unsigned int total; /* total request */
157 u8 buffer[] OMAP_ALIGNED;