Searched defs:sun8i_cipher_req_ctx (Results 1 – 2 of 2) sorted by relevance
187 struct sun8i_cipher_req_ctx { struct188 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 …]
270 struct sun8i_cipher_req_ctx { struct271 u32 op_dir;272 int flow;273 int nr_sgs;274 int nr_sgd;275 dma_addr_t addr_iv;276 dma_addr_t addr_key;278 u8 backup_iv[AES_BLOCK_SIZE];279 struct skcipher_request fallback_req; // keep at the end