Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.c208 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 Droc_se.h218 uint8_t zuc_const[32]; member
224 uint8_t zuc_const[32]; member
/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h305 uint8_t zuc_const[32]; member
H A Dcpt_ucode.h210 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()