Searched defs:cpt_ctx (Results 1 – 2 of 2) sorted by relevance
307 struct cpt_ctx { struct310 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 …]
80 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() local1023 struct cpt_ctx *cpt_ctx; in cpt_dec_hmac_prep() local1393 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_enc_prep() local1700 struct cpt_ctx *cpt_ctx; in cpt_zuc_snow3g_dec_prep() local1951 struct cpt_ctx *cpt_ctx; in cpt_kasumi_enc_prep() local2186 struct cpt_ctx *cpt_ctx; in cpt_kasumi_dec_prep() local[all …]