Home
last modified time | relevance | path

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

/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss.h177 struct sun8i_cipher_req_ctx { struct
178 struct sginfo t_src[MAX_SG];
180 u32 p_key;
181 u32 p_iv;
182 u32 method;
183 u32 op_mode;
184 u32 op_dir;
185 int flow;
186 unsigned int ivlen;
187 unsigned int keylen;
[all …]
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce.h252 struct sun8i_cipher_req_ctx { struct
253 u32 op_dir;
254 int flow;
255 void *backup_iv;
256 void *bounce_iv;
257 unsigned int ivlen;
258 int nr_sgs;
259 int nr_sgd;
260 dma_addr_t addr_iv;
261 dma_addr_t addr_key;
[all …]

Completed in 6 milliseconds