Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h307 struct cpt_ctx { struct
310 uint64_t hash_type :8;
311 uint64_t mac_len :8;
313 uint64_t fc_type :4;
314 uint64_t hmac :1;
315 uint64_t zsk_flags :3;
316 uint64_t k_ecb :1;
317 uint64_t snow3g :2;
318 uint64_t rsvd :21;
320 union {
[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()
662 struct cpt_ctx *cpt_ctx; in cpt_enc_hmac_prep() local
1023 struct cpt_ctx *cpt_ctx; in cpt_dec_hmac_prep() local
1393 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_enc_prep() local
1700 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_dec_prep() local
1951 struct cpt_ctx *cpt_ctx; in cpt_kasumi_enc_prep() local
2186 struct cpt_ctx *cpt_ctx; in cpt_kasumi_dec_prep() local
[all …]