Lines Matching defs:caam_ctx
73 struct caam_ctx { struct
74 struct caam_flc flc[NUM_OP];
75 u8 key[CAAM_MAX_KEY_SIZE];
76 dma_addr_t flc_dma[NUM_OP];
77 dma_addr_t key_dma;
78 enum dma_data_direction dir;
79 struct device *dev;
80 struct alginfo adata;
81 struct alginfo cdata;
82 unsigned int authsize;
3005 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned; member
3014 u8 caam_ctx[MAX_CTX_LEN]; member