Home
last modified time | relevance | path

Searched refs:enc_cipher (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_se.c251 if (se_ctx->enc_cipher) in roc_se_auth_key_set()
326 (type && type != ROC_SE_GMAC_TYPE && !se_ctx->enc_cipher)) in roc_se_auth_key_set()
334 fctx->enc.enc_cipher = 0; in roc_se_auth_key_set()
408 se_ctx->enc_cipher = 0; in roc_se_ciph_key_set()
409 fctx->enc.enc_cipher = 0; in roc_se_ciph_key_set()
494 fctx->enc.enc_cipher = type; in roc_se_ciph_key_set()
499 se_ctx->enc_cipher = type; in roc_se_ciph_key_set()
H A Droc_se.h185 uint64_t enc_cipher : 4; member
284 uint64_t enc_cipher : 8; member
/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h282 uint64_t enc_cipher : 4; member
315 uint64_t enc_cipher :8; member
H A Dcpt_ucode.h163 cpt_ctx->enc_cipher = 0; in cpt_fc_ciph_set_key_passthrough()
164 fctx->enc.enc_cipher = 0; in cpt_fc_ciph_set_key_passthrough()
328 fctx->enc.enc_cipher = type; in cpt_fc_ciph_set_key()
333 cpt_ctx->enc_cipher = type; in cpt_fc_ciph_set_key()
539 if (unlikely(!hash_type && !ctx->enc_cipher)) { in cpt_digest_gen_prep()
695 cipher_type = cpt_ctx->enc_cipher; in cpt_enc_hmac_prep()
2498 if (cpt_ctx->enc_cipher) in cpt_fc_auth_set_key()
2537 if (!cpt_ctx->fc_type || !cpt_ctx->enc_cipher) in cpt_fc_auth_set_key()
2546 fctx->enc.enc_cipher = 0; in cpt_fc_auth_set_key()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h301 if (unlikely(!hash_type && !ctx->enc_cipher)) { in cpt_digest_gen_prep()
423 cipher_type = se_ctx->enc_cipher; in cpt_enc_hmac_prep()