Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.c245 uint8_t *ci_key; in roc_se_auth_key_set() local
255 ci_key = zs_ctx->zuc.onk_ctx.ci_key; in roc_se_auth_key_set()
258 ci_key = zs_ctx->zuc.otk_ctx.ci_key; in roc_se_auth_key_set()
271 memcpy(ci_key, keyx, key_len); in roc_se_auth_key_set()
285 memcpy(ci_key, key, key_len); in roc_se_auth_key_set()
296 memcpy(ci_key, key, key_len); in roc_se_auth_key_set()
368 uint8_t *ci_key; in roc_se_ciph_key_set() local
372 ci_key = zs_ctx->zuc.onk_ctx.ci_key; in roc_se_ciph_key_set()
375 ci_key = zs_ctx->zuc.otk_ctx.ci_key; in roc_se_ciph_key_set()
461 memcpy(ci_key, key, key_len); in roc_se_ciph_key_set()
[all …]
H A Droc_se.h216 uint8_t ci_key[32]; member
223 uint8_t ci_key[16]; member
236 uint8_t ci_key[16]; member
/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h304 uint8_t ci_key[16]; member
310 uint8_t ci_key[16]; member
H A Dcpt_ucode.h198 memcpy(zs_ctx->ci_key, keyx, key_len); in cpt_fc_ciph_set_key_snow3g_uea2()
209 memcpy(zs_ctx->ci_key, key, key_len); in cpt_fc_ciph_set_key_zuc_eea3()
221 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_ciph_set_key_kasumi_f8_ecb()
231 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_ciph_set_key_kasumi_f8_cbc()
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()
2519 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_auth_set_key()
2524 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_auth_set_key()