Home
last modified time | relevance | path

Searched refs:ROC_SE_FC_GEN (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_se.c62 fc_type = ROC_SE_FC_GEN; in cpt_ciph_type_set()
66 fc_type = ROC_SE_FC_GEN; in cpt_ciph_type_set()
75 fc_type = ROC_SE_FC_GEN; in cpt_ciph_type_set()
78 fc_type = ROC_SE_FC_GEN; in cpt_ciph_type_set()
88 fc_type = ROC_SE_FC_GEN; in cpt_ciph_type_set()
329 if (se_ctx->fc_type == ROC_SE_FC_GEN && key_len > 64) in roc_se_auth_key_set()
395 if (se_ctx->fc_type == ROC_SE_FC_GEN) { in roc_se_ciph_key_set()
H A Droc_se.h41 #define ROC_SE_FC_GEN 0x1 macro
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h1602 if (likely(fc_type == ROC_SE_FC_GEN)) { in cpt_fc_dec_hmac_prep()
1630 if (likely(fc_type == ROC_SE_FC_GEN)) { in cpt_fc_enc_hmac_prep()
2303 ((ctx->fc_type == ROC_SE_FC_GEN) || in fill_fc_params()