tls1_group_id_lookup
= tls1_group_id_lookup(s->ctx, clist[i]);
const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(sctx, id);
const TLS_GROUP_INFO *ginf = tls1_group_id_lookup(sctx, id);
cinf = tls1_group_id_lookup(s->ctx, group_id);
__owur const TLS_GROUP_INFO *tls1_group_id_lookup(SSL_CTX *ctx, uint16_t curve_id);
if ((ginf = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s),
if ((ginf = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s),
inf = tls1_group_id_lookup(ctx, id);
const TLS_GROUP_INFO *tls_group_info = tls1_group_id_lookup(ctx, group_id);
const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s),
const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(SSL_CONNECTION_GET_CTX(s),