Searched refs:zuc_const (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_se.c | 208 memcpy(zuc_const, zuc_key128, 32); in cpt_pdcp_update_zuc_const() 212 memcpy(zuc_const, zuc_key256_mac4, 16); in cpt_pdcp_update_zuc_const() 215 memcpy(zuc_const, zuc_key256_mac8, 16); in cpt_pdcp_update_zuc_const() 243 uint8_t *zuc_const; in roc_se_auth_key_set() local 256 zuc_const = zs_ctx->zuc.onk_ctx.zuc_const; in roc_se_auth_key_set() 259 zuc_const = zs_ctx->zuc.otk_ctx.zuc_const; in roc_se_auth_key_set() 366 uint8_t *zuc_const; in roc_se_ciph_key_set() local 373 zuc_const = zs_ctx->zuc.onk_ctx.zuc_const; in roc_se_ciph_key_set() 376 zuc_const = zs_ctx->zuc.otk_ctx.zuc_const; in roc_se_ciph_key_set() 463 memcpy(zuc_const, zuc_key256, 16); in roc_se_ciph_key_set() [all …]
|
| H A D | roc_se.h | 218 uint8_t zuc_const[32]; member 224 uint8_t zuc_const[32]; member
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_mcode_defines.h | 305 uint8_t zuc_const[32]; member
|
| H A D | cpt_ucode.h | 210 memcpy(zs_ctx->zuc_const, zuc_d, 32); in cpt_fc_ciph_set_key_zuc_eea3() 2512 memcpy(zs_ctx->zuc_const, zuc_d, 32); in cpt_fc_auth_set_key()
|