Home
last modified time | relevance | path

Searched refs:SSL_get_shared_group (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set1_curves.pod6 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-side
87 SSL_get_shared_group() returns the NID of shared group B<n> or NID_undef if there
91 When called on a client B<ssl>, SSL_get_shared_group() has no meaning and
/third_party/openssl/apps/
Ds_cb.c377 ngroups = SSL_get_shared_group(s, -1); in ssl_print_groups()
381 nid = SSL_get_shared_group(s, i); in ssl_print_groups()
/third_party/openssl/util/
Dprivate.num407 SSL_get_shared_group define
/third_party/openssl/include/openssl/
Dssl.h1403 # define SSL_get_shared_group(s, n) \ macro
1477 # define SSL_get_shared_curve SSL_get_shared_group