Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.c326 (type && type != ROC_SE_GMAC_TYPE && !se_ctx->enc_cipher)) in roc_se_auth_key_set()
333 if (type == ROC_SE_GMAC_TYPE) in roc_se_auth_key_set()
493 if (se_ctx->hash_type != ROC_SE_GMAC_TYPE) in roc_se_ciph_key_set()
H A Droc_se.h86 ROC_SE_GMAC_TYPE = 7, enumerator
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h440 if (hash_type != ROC_SE_GMAC_TYPE) { in cpt_enc_hmac_prep()
460 if (hash_type == ROC_SE_GMAC_TYPE) { in cpt_enc_hmac_prep()
740 if (hash_type != ROC_SE_GMAC_TYPE) { in cpt_dec_hmac_prep()
760 if (hash_type == ROC_SE_GMAC_TYPE) { in cpt_dec_hmac_prep()
1862 auth_type = ROC_SE_GMAC_TYPE; in fill_sess_auth()
1952 auth_type = ROC_SE_GMAC_TYPE; in fill_sess_gmac()