Searched defs:omap_sham_reqctx (Results 1 – 1 of 1) sorted by relevance
140 struct omap_sham_reqctx { struct141 struct omap_sham_dev *dd;142 unsigned long flags;143 u8 op;145 u8 digest[SHA512_DIGEST_SIZE] OMAP_ALIGNED;146 size_t digcnt;147 size_t bufcnt;148 size_t buflen;151 struct scatterlist *sg;152 struct scatterlist sgl[2];[all …]