Searched refs:SSL_get_shared_group (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_set1_curves.pod | 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-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
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_set1_curves.pod | 6 SSL_set1_groups_list, SSL_get1_groups, SSL_get_shared_group, 22 int SSL_get_shared_group(SSL *s, int n); 71 SSL_get_shared_group() returns the NID of the shared group B<n> for a 111 SSL_get_shared_group() returns the NID of shared group B<n> or NID_undef if there 115 When called on a client B<ssl>, SSL_get_shared_group() has no meaning and
|
H A D | SSL_group_to_name.pod | 18 or SSL_get_shared_group().
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_cb.c | 383 ngroups = SSL_get_shared_group(s, -1); in ssl_print_groups() 387 nid = SSL_get_shared_group(s, i); in ssl_print_groups()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | private.num | 411 SSL_get_shared_group define
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | other.syms | 568 SSL_get_shared_group define
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1413 # define SSL_get_shared_group(s, n) \ macro 1487 # define SSL_get_shared_curve SSL_get_shared_group
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1424 # define SSL_get_shared_group(s, n) \ macro 1505 # define SSL_get_shared_curve SSL_get_shared_group
|