Searched refs:SSL_get_shared_group (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_group_to_name.pod | 18 or SSL_get_shared_group().
|
H A D | SSL_CTX_set1_curves.pod | 7 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 D | s_cb.c | 406 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 D | other.syms | 649 SSL_get_shared_group define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1504 # define SSL_get_shared_group(s, n) \ macro 1590 # define SSL_get_shared_curve SSL_get_shared_group
|
H A D | ssl.h.in | 1457 # define SSL_get_shared_group(s, n) \ macro 1543 # define SSL_get_shared_curve SSL_get_shared_group
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 5175 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 D | Makefile | 4099 MLINKS+= SSL_CTX_set1_curves.3 SSL_get_shared_group.3
|