Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.h282 struct roc_se_ctx { struct
304 int __roc_api roc_se_auth_key_set(struct roc_se_ctx *se_ctx, argument
308 int __roc_api roc_se_ciph_key_set(struct roc_se_ctx *se_ctx,
312 void __roc_api roc_se_ctx_swap(struct roc_se_ctx *se_ctx);
H A Droc_se.c55 cpt_ciph_type_set(roc_se_cipher_type type, struct roc_se_ctx *ctx, in cpt_ciph_type_set()
227 roc_se_auth_key_set(struct roc_se_ctx *se_ctx, roc_se_auth_type type, in roc_se_auth_key_set()
361 roc_se_ciph_key_set(struct roc_se_ctx *se_ctx, roc_se_cipher_type type, in roc_se_ciph_key_set()
512 roc_se_ctx_swap(struct roc_se_ctx *se_ctx) in roc_se_ctx_swap()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h36 struct roc_se_ctx roc_se_ctx; member
271 struct roc_se_ctx *ctx; in cpt_digest_gen_prep()
399 struct roc_se_ctx *se_ctx; in cpt_enc_hmac_prep()
699 struct roc_se_ctx *se_ctx; in cpt_dec_hmac_prep()
1004 struct roc_se_ctx *se_ctx; in cpt_pdcp_alg_prep()
1274 struct roc_se_ctx *se_ctx; in cpt_kasumi_enc_prep()
1467 struct roc_se_ctx *se_ctx; in cpt_kasumi_dec_prep()
1814 roc_se_ctx_swap(&sess->roc_se_ctx); in fill_sess_cipher()
1926 roc_se_ctx_swap(&sess->roc_se_ctx); in fill_sess_auth()
2105 struct roc_se_ctx *ctx = &sess->roc_se_ctx; in fill_fc_params()
[all …]
H A Dcnxk_cryptodev_ops.c547 inst_w7.s.cptr = (uint64_t)&sess->roc_se_ctx.se_ctx; in cnxk_cpt_inst_w7_get()
581 if ((sess_priv->roc_se_ctx.fc_type == ROC_SE_HASH_HMAC) && in sym_session_configure()
584 if (sess_priv->roc_se_ctx.auth_key != NULL) { in sym_session_configure()
585 plt_free(sess_priv->roc_se_ctx.auth_key); in sym_session_configure()
586 sess_priv->roc_se_ctx.auth_key = NULL; in sym_session_configure()
632 if (sess_priv->roc_se_ctx.auth_key != NULL) in sym_session_clear()
633 plt_free(sess_priv->roc_se_ctx.auth_key); in sym_session_clear()