Home
last modified time | relevance | path

Searched defs:rsa_edesc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/caam/
Dcaampkc.h131 struct rsa_edesc { struct
132 int src_nents;
133 int dst_nents;
134 int mapped_src_nents;
135 int mapped_dst_nents;
136 int sec4_sg_bytes;
137 bool bklog;
138 dma_addr_t sec4_sg_dma;
139 struct sec4_sg_entry *sec4_sg;
140 union {
[all …]
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dcaampkc.h134 struct rsa_edesc { struct
135 int src_nents;
136 int dst_nents;
137 int mapped_src_nents;
138 int mapped_dst_nents;
139 int sec4_sg_bytes;
140 bool bklog;
141 dma_addr_t sec4_sg_dma;
142 struct sec4_sg_entry *sec4_sg;
143 union {
[all …]