Searched refs:context_cbb (Results 1 – 1 of 1) sorted by relevance
210 CBB context_cbb; in hpke_key_schedule() local211 if (!CBB_init_fixed(&context_cbb, context, sizeof(context)) || in hpke_key_schedule()212 !CBB_add_u8(&context_cbb, mode) || in hpke_key_schedule()213 !CBB_add_bytes(&context_cbb, psk_id_hash, psk_id_hash_len) || in hpke_key_schedule()214 !CBB_add_bytes(&context_cbb, info_hash, info_hash_len) || in hpke_key_schedule()215 !CBB_finish(&context_cbb, NULL, &context_len)) { in hpke_key_schedule()