Lines Matching defs:atmel_sha_reqctx
89 struct atmel_sha_reqctx { struct
90 struct atmel_sha_dev *dd;
91 unsigned long flags;
92 unsigned long op;
95 u64 digcnt[2];
96 size_t bufcnt;
97 size_t buflen;
98 dma_addr_t dma_addr;
101 struct scatterlist *sg;
102 unsigned int offset; /* offset in current sg */
103 unsigned int total; /* total request */
105 size_t block_size;
106 size_t hash_size;