Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss.h184 struct sun8i_cipher_req_ctx { struct
185 struct sginfo t_src[MAX_SG];
186 struct sginfo t_dst[MAX_SG];
187 u32 p_key;
188 u32 p_iv[MAX_SG];
189 int niv;
190 u32 method;
191 u32 op_mode;
192 u32 op_dir;
193 int flow;
[all …]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss.h187 struct sun8i_cipher_req_ctx { struct
188 struct sginfo t_src[MAX_SG];
189 struct sginfo t_dst[MAX_SG];
190 u32 p_key;
191 u32 p_iv[MAX_SG];
192 int niv;
193 u32 method;
194 u32 op_mode;
195 u32 op_dir;
196 int flow;
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce.h255 struct sun8i_cipher_req_ctx { struct
256 u32 op_dir;
257 int flow;
258 unsigned int ivlen;
259 int nr_sgs;
260 int nr_sgd;
261 dma_addr_t addr_iv;
262 dma_addr_t addr_key;
263 struct skcipher_request fallback_req; // keep at the end