Lines Matching defs:omap_sham_reqctx
100 struct omap_sham_reqctx { struct
101 struct omap_sham_dev *dd;
102 unsigned long flags;
103 unsigned long op;
105 u8 digest[SHA1_DIGEST_SIZE] OMAP_ALIGNED;
106 size_t digcnt;
107 size_t bufcnt;
108 size_t buflen;
109 dma_addr_t dma_addr;
112 struct scatterlist *sg;
113 unsigned int offset; /* offset in current sg */
114 unsigned int total; /* total request */
116 u8 buffer[0] OMAP_ALIGNED;