Searched refs:zs_ctx (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 193 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() 2421 mc_zuc_snow3g_ctx_t *zs_ctx = &cpt_ctx->mc_ctx.zs_ctx; in cpt_fc_auth_set_key() local 2437 memcpy(zs_ctx->ci_key, keyx, key_len); in cpt_fc_auth_set_key() 2443 memcpy(zs_ctx->ci_key, key, key_len); in cpt_fc_auth_set_key() 2444 memcpy(zs_ctx->zuc_const, zuc_d, 32); in cpt_fc_auth_set_key()
|
| H A D | cpt_mcode_defines.h | 322 mc_zuc_snow3g_ctx_t zs_ctx; member
|