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