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