Home
last modified time | relevance | path

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

/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h819 + OFF_CTRL_LEN); in cpt_enc_hmac_prep()
840 size = OFF_CTRL_LEN + iv_len; in cpt_enc_hmac_prep()
849 + OFF_CTRL_LEN); in cpt_enc_hmac_prep()
878 OFF_CTRL_LEN + iv_len); in cpt_enc_hmac_prep()
1190 OFF_CTRL_LEN); in cpt_dec_hmac_prep()
1231 OFF_CTRL_LEN); in cpt_dec_hmac_prep()
1269 OFF_CTRL_LEN + iv_len); in cpt_dec_hmac_prep()
1587 + OFF_CTRL_LEN); in cpt_zuc_snow3g_enc_prep()
1627 OFF_CTRL_LEN + iv_len); in cpt_zuc_snow3g_enc_prep()
1864 + OFF_CTRL_LEN); in cpt_zuc_snow3g_dec_prep()
[all …]
H A Dcpt_mcode_defines.h99 #define OFF_CTRL_LEN 8 /**< bytes */ macro