Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h55 #define FC_GEN 0x1 macro
H A Dcpt_ucode.h106 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
110 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
119 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
122 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
132 fc_type = FC_GEN; in cpt_fc_ciph_set_type()
246 if (cpt_ctx->fc_type == FC_GEN) { in cpt_fc_ciph_set_key()
2370 if (likely(fc_type == FC_GEN)) { in cpt_fc_dec_hmac_prep()
2400 if (likely(fc_type == FC_GEN)) { in cpt_fc_enc_hmac_prep()
2468 if (!(cpt_ctx->fc_type == FC_GEN && !type)) { in cpt_fc_auth_set_key()
2473 if (cpt_ctx->fc_type == FC_GEN && key_len > 64) in cpt_fc_auth_set_key()