Home
last modified time | relevance | path

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

/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss.h187 struct sun8i_cipher_req_ctx { struct
188 struct sginfo t_src[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;
197 unsigned int ivlen;
[all …]
/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce.h269 struct sun8i_cipher_req_ctx { struct
270 u32 op_dir;
271 int flow;
272 int nr_sgs;
273 int nr_sgd;
274 dma_addr_t addr_iv;
275 dma_addr_t addr_key;
276 struct skcipher_request fallback_req; // keep at the end

Completed in 10 milliseconds