Searched defs:atmel_sha_reqctx (Results 1 – 1 of 1) sorted by relevance
90 struct atmel_sha_reqctx { struct91 struct atmel_sha_dev *dd;92 unsigned long flags;93 unsigned long op;96 u64 digcnt[2];97 size_t bufcnt;98 size_t buflen;99 dma_addr_t dma_addr;102 struct scatterlist *sg;103 unsigned int offset; /* offset in current sg */[all …]