Lines Matching defs:sun8i_cipher_req_ctx
251 struct sun8i_cipher_req_ctx { struct252 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;261 struct skcipher_request fallback_req; // keep at the end