Lines Matching defs:cpt_sess_misc
239 struct cpt_sess_misc { struct
241 uint16_t cpt_op:4;
243 uint16_t zsk_flag:4;
245 uint16_t aes_gcm:1;
247 uint16_t aes_ctr:1;
249 uint16_t chacha_poly:1;
251 uint16_t is_null:1;
253 uint16_t is_gmac:1;
255 uint16_t rsvd1:3;
257 uint16_t aad_length;
259 uint8_t mac_len;
261 uint8_t iv_length;
263 uint8_t auth_iv_length;
265 uint8_t rsvd2;
267 uint16_t iv_offset;
269 uint16_t auth_iv_offset;
271 uint32_t salt;
273 uint64_t cpt_inst_w7;
275 phys_addr_t ctx_dma_addr;