Searched defs:starfive_cryp_request_ctx (Results 1 – 1 of 1) sorted by relevance
210 struct starfive_cryp_request_ctx { struct211 union {215 } csr;217 struct scatterlist *in_sg;218 struct scatterlist *out_sg;219 size_t total;220 unsigned int blksize;221 unsigned int digsize;222 unsigned long in_sg_len;223 unsigned char *adata;[all …]