Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss.h176 struct sun8i_cipher_req_ctx { struct
177 struct sginfo t_src[MAX_SG];
178 struct sginfo t_dst[MAX_SG];
179 u32 p_key;
180 u32 p_iv;
181 u32 method;
182 u32 op_mode;
183 u32 op_dir;
184 int flow;
185 unsigned int ivlen;
[all …]
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce.h251 struct sun8i_cipher_req_ctx { struct
252 u32 op_dir;
253 int flow;
254 void *backup_iv;
255 void *bounce_iv;
256 unsigned int ivlen;
257 int nr_sgs;
258 int nr_sgd;
259 dma_addr_t addr_iv;
260 dma_addr_t addr_key;
[all …]