Searched refs:tls_key_share_group (Results 1 – 5 of 5) sorted by relevance
83 uint16_t tls_key_share_group(struct tls_key_share *ks);
103 tls_key_share_group(struct tls_key_share *ks) in tls_key_share_group() function
1454 tls_key_share_group(s->s3->hs.key_share))) in tlsext_keyshare_client_build()1649 if (!CBB_add_u16(cbb, tls_key_share_group(s->s3->hs.key_share))) in tlsext_keyshare_server_build()1689 if (tls_key_share_group(s->s3->hs.key_share) != group) { in tlsext_keyshare_client_process()
445 if (ctx->hs->tls13.server_group == tls_key_share_group(ctx->hs->key_share)) in tls13_client_hello_retry_send()
1404 if (!CBB_add_u16(cbb, tls_key_share_group(s->s3->hs.key_share))) in ssl3_send_server_kex_ecdhe()