Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.c230 struct roc_se_zuc_snow3g_ctx *zs_ctx; in roc_se_auth_key_set() local
238 zs_ctx = &se_ctx->se_ctx.zs_ctx; in roc_se_auth_key_set()
265 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_auth_key_set()
267 zs_ctx->zuc.otk_ctx.w0.s.mac_len = in roc_se_auth_key_set()
276 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_auth_key_set()
291 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_auth_key_set()
293 zs_ctx->zuc.otk_ctx.w0.s.mac_len = in roc_se_auth_key_set()
364 struct roc_se_zuc_snow3g_ctx *zs_ctx = &se_ctx->se_ctx.zs_ctx; in roc_se_ciph_key_set() local
471 zs_ctx->zuc.otk_ctx.w0.s.alg_type = in roc_se_ciph_key_set()
514 struct roc_se_zuc_snow3g_ctx *zs_ctx = &se_ctx->se_ctx.zs_ctx; in roc_se_ctx_swap() local
[all …]
H A Droc_se.h298 struct roc_se_zuc_snow3g_ctx zs_ctx; member
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h193 mc_zuc_snow3g_ctx_t *zs_ctx = &cpt_ctx->mc_ctx.zs_ctx; in cpt_fc_ciph_set_key_snow3g_uea2() local
198 memcpy(zs_ctx->ci_key, keyx, key_len); in cpt_fc_ciph_set_key_snow3g_uea2()
206 mc_zuc_snow3g_ctx_t *zs_ctx = &cpt_ctx->mc_ctx.zs_ctx; in cpt_fc_ciph_set_key_zuc_eea3() local
209 memcpy(zs_ctx->ci_key, key, key_len); in cpt_fc_ciph_set_key_zuc_eea3()
210 memcpy(zs_ctx->zuc_const, zuc_d, 32); in cpt_fc_ciph_set_key_zuc_eea3()
2489 mc_zuc_snow3g_ctx_t *zs_ctx = &cpt_ctx->mc_ctx.zs_ctx; in cpt_fc_auth_set_key() local
2505 memcpy(zs_ctx->ci_key, keyx, key_len); in cpt_fc_auth_set_key()
2511 memcpy(zs_ctx->ci_key, key, key_len); in cpt_fc_auth_set_key()
2512 memcpy(zs_ctx->zuc_const, zuc_d, 32); in cpt_fc_auth_set_key()
H A Dcpt_mcode_defines.h330 mc_zuc_snow3g_ctx_t zs_ctx; member