Searched refs:SSL_get_shared_group (Results 1 – 4 of 4) sorted by relevance
6 SSL_set1_groups_list, SSL_get1_groups, SSL_get_shared_group,22 int SSL_get_shared_group(SSL *s, int n);59 SSL_get_shared_group() returns shared group B<n> for a server-side87 SSL_get_shared_group() returns the NID of shared group B<n> or NID_undef if there91 When called on a client B<ssl>, SSL_get_shared_group() has no meaning and
377 ngroups = SSL_get_shared_group(s, -1); in ssl_print_groups()381 nid = SSL_get_shared_group(s, i); in ssl_print_groups()
407 SSL_get_shared_group define
1403 # define SSL_get_shared_group(s, n) \ macro1477 # define SSL_get_shared_curve SSL_get_shared_group