Lines Matching defs:omap_sham_reqctx
144 struct omap_sham_reqctx { struct
145 struct omap_sham_dev *dd;
146 unsigned long flags;
147 u8 op;
149 u8 digest[SHA512_DIGEST_SIZE] OMAP_ALIGNED;
150 size_t digcnt;
151 size_t bufcnt;
152 size_t buflen;
155 struct scatterlist *sg;
156 struct scatterlist sgl[2];
157 int offset; /* offset in current sg */
158 int sg_len;
159 unsigned int total; /* total request */
161 u8 buffer[] OMAP_ALIGNED;