Searched refs:k_ctx (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_se.c | 231 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 D | roc_se.h | 299 struct roc_se_kasumi_ctx k_ctx; member
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 218 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 D | cpt_mcode_defines.h | 331 mc_kasumi_ctx_t k_ctx; member
|