Searched defs:atmel_sha_reqctx (Results 1 – 1 of 1) sorted by relevance
80 struct atmel_sha_reqctx { struct81 struct atmel_sha_dev *dd;82 unsigned long flags;83 unsigned long op;86 u64 digcnt[2];87 size_t bufcnt;88 size_t buflen;89 dma_addr_t dma_addr;92 struct scatterlist *sg;93 unsigned int offset; /* offset in current sg */[all …]