Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_se.c231 struct roc_se_kasumi_ctx *k_ctx; in roc_se_auth_key_set() local
239 k_ctx = &se_ctx->se_ctx.k_ctx; in roc_se_auth_key_set()
303 memcpy(k_ctx->ci_key, key, key_len); in roc_se_auth_key_set()
308 memcpy(k_ctx->ci_key, key, key_len); in roc_se_auth_key_set()
479 memcpy(se_ctx->se_ctx.k_ctx.ci_key, key, key_len); in roc_se_ciph_key_set()
483 memcpy(se_ctx->se_ctx.k_ctx.ci_key, key, key_len); in roc_se_ciph_key_set()
H A Droc_se.h299 struct roc_se_kasumi_ctx k_ctx; member
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h218 mc_kasumi_ctx_t *k_ctx = &cpt_ctx->mc_ctx.k_ctx; in cpt_fc_ciph_set_key_kasumi_f8_ecb() local
221 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_ciph_set_key_kasumi_f8_ecb()
229 mc_kasumi_ctx_t *k_ctx = &cpt_ctx->mc_ctx.k_ctx; in cpt_fc_ciph_set_key_kasumi_f8_cbc() local
231 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_ciph_set_key_kasumi_f8_cbc()
2490 mc_kasumi_ctx_t *k_ctx = &cpt_ctx->mc_ctx.k_ctx; in cpt_fc_auth_set_key() local
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()
H A Dcpt_mcode_defines.h331 mc_kasumi_ctx_t k_ctx; member