Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h276 uint64_t enc_cipher : 4; member
309 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()
696 cipher_type = cpt_ctx->enc_cipher; in cpt_enc_hmac_prep()
2430 if (cpt_ctx->enc_cipher) in cpt_fc_auth_set_key()
2469 if (!cpt_ctx->fc_type || !cpt_ctx->enc_cipher) in cpt_fc_auth_set_key()
2478 fctx->enc.enc_cipher = 0; in cpt_fc_auth_set_key()