Searched defs:omap_sham_reqctx (Results 1 – 1 of 1) sorted by relevance
144 struct omap_sham_reqctx { struct145 struct omap_sham_dev *dd;146 unsigned long flags;147 u8 op;149 u8 digest[SHA512_DIGEST_SIZE] OMAP_ALIGNED;150 size_t digcnt;151 size_t bufcnt;152 size_t buflen;155 struct scatterlist *sg;156 struct scatterlist sgl[2];[all …]