Home
last modified time | relevance | path

Searched defs:cpt_ctx (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h313 struct cpt_ctx { struct
317 uint64_t mac_len :8;
319 uint64_t fc_type :4;
320 uint64_t hmac :1;
322 uint64_t k_ecb :1;
323 uint64_t auth_enc :1;
325 uint64_t snow3g :2;
326 uint64_t rsvd :19;
328 union {
332 } mc_ctx;
[all …]
H A Dcpt_ucode.h80 cpt_fc_salt_update(struct cpt_ctx *cpt_ctx, in cpt_fc_salt_update()
190 cpt_fc_ciph_set_key_snow3g_uea2(struct cpt_ctx *cpt_ctx, const uint8_t *key, in cpt_fc_ciph_set_key_snow3g_uea2()
203 cpt_fc_ciph_set_key_zuc_eea3(struct cpt_ctx *cpt_ctx, const uint8_t *key, in cpt_fc_ciph_set_key_zuc_eea3()
236 cpt_fc_ciph_set_key(struct cpt_ctx *cpt_ctx, cipher_type_t type, in cpt_fc_ciph_set_key()
661 struct cpt_ctx *cpt_ctx; in cpt_enc_hmac_prep() local
1037 struct cpt_ctx *cpt_ctx; in cpt_dec_hmac_prep() local
1432 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_enc_prep() local
1747 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_dec_prep() local
2004 struct cpt_ctx *cpt_ctx; in cpt_kasumi_enc_prep() local
2249 struct cpt_ctx *cpt_ctx; in cpt_kasumi_dec_prep() local
[all …]