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