Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h245 uint16_t is_null:1; member
H A Dcpt_ucode.h2571 uint8_t zsk_flag = 0, aes_ctr = 0, is_null = 0; in fill_sess_cipher() local
2605 is_null = 1; in fill_sess_cipher()
2657 sess->is_null = is_null; in fill_sess_cipher()
2672 uint8_t zsk_flag = 0, aes_gcm = 0, is_null = 0; in fill_sess_auth() local
2733 is_null = 1; in fill_sess_auth()
2750 sess->is_null = is_null; in fill_sess_auth()
3140 if (unlikely(sess_misc->is_null || sess_misc->cpt_op == CPT_OP_DECODE)) in fill_fc_params()