Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A 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
/freebsd-12.1/crypto/openssl/apps/
H A Ds_cb.c376 ngroups = SSL_get_shared_group(s, -1); in ssl_print_groups()
380 nid = SSL_get_shared_group(s, i); in ssl_print_groups()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h1403 # define SSL_get_shared_group(s, n) \ macro
1477 # define SSL_get_shared_curve SSL_get_shared_group
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2502 MLINKS+= SSL_CTX_set1_curves.3 SSL_get_shared_group.3