Home
last modified time | relevance | path

Searched refs:cpt_ctx (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h80 cpt_fc_salt_update(struct cpt_ctx *cpt_ctx, in cpt_fc_salt_update() argument
236 cpt_fc_ciph_set_key(struct cpt_ctx *cpt_ctx, cipher_type_t type, in cpt_fc_ciph_set_key() argument
662 struct cpt_ctx *cpt_ctx; in cpt_enc_hmac_prep() local
1023 struct cpt_ctx *cpt_ctx; in cpt_dec_hmac_prep() local
1393 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_enc_prep() local
1700 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_dec_prep() local
1951 struct cpt_ctx *cpt_ctx; in cpt_kasumi_enc_prep() local
2186 struct cpt_ctx *cpt_ctx; in cpt_kasumi_dec_prep() local
2417 cpt_fc_auth_set_key(struct cpt_ctx *cpt_ctx, auth_type_t type, in cpt_fc_auth_set_key() argument
2469 if (!cpt_ctx->fc_type || !cpt_ctx->enc_cipher) in cpt_fc_auth_set_key()
[all …]
H A Dcpt_mcode_defines.h307 struct cpt_ctx { struct
426 (((struct cpt_ctx *)(SESS_PRIV(__sess)))->fc_type)
437 unsigned int ctx_len = sizeof(struct cpt_ctx); in cpt_get_session_size()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c258 offsetof(struct cpt_ctx, mc_ctx)); in sym_session_configure()
298 vq_cmd_w3.s.cptr = misc->ctx_dma_addr + offsetof(struct cpt_ctx, in sym_session_configure()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c373 offsetof(struct cpt_ctx, mc_ctx)); in sym_session_configure()
412 vq_cmd_w3.s.cptr = misc->ctx_dma_addr + offsetof(struct cpt_ctx, in sym_session_configure()