Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h323 mc_kasumi_ctx_t k_ctx; member
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()
2422 mc_kasumi_ctx_t *k_ctx = &cpt_ctx->mc_ctx.k_ctx; in cpt_fc_auth_set_key() local
2451 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_auth_set_key()
2456 memcpy(k_ctx->ci_key, key, key_len); in cpt_fc_auth_set_key()