Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_group_to_name.pod18 or SSL_get_shared_group().
H A DSSL_CTX_set1_curves.pod7 SSL_get_shared_group, SSL_get_negotiated_group, SSL_CTX_set1_curves,
24 int SSL_get_shared_group(SSL *s, int n);
196 SSL_get_shared_group() returns the NID of the shared group B<n> for a
254 SSL_get_shared_group() returns the NID of shared group B<n> or NID_undef if there
258 When called on a client B<ssl>, SSL_get_shared_group() has no meaning and
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c406 ngroups = SSL_get_shared_group(s, -1); in ssl_print_groups()
410 nid = SSL_get_shared_group(s, i); in ssl_print_groups()
/freebsd/crypto/openssl/util/
H A Dother.syms649 SSL_get_shared_group define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1504 # define SSL_get_shared_group(s, n) \ macro
1590 # define SSL_get_shared_curve SSL_get_shared_group
H A Dssl.h.in1457 # define SSL_get_shared_group(s, n) \ macro
1543 # define SSL_get_shared_curve SSL_get_shared_group
/freebsd/crypto/openssl/test/
H A Dsslapitest.c5175 shared_group0 = SSL_get_shared_group(serverssl, 0); in test_key_exchange()
10132 SSL_group_to_name(serverssl, SSL_get_shared_group(serverssl, 0)))) in test_pluggable_group()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4099 MLINKS+= SSL_CTX_set1_curves.3 SSL_get_shared_group.3