Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tmp_ecdh.pod25 This macro is deprecated in favor of L<SSL_set1_groups(3)>.
H A DSSL_CTX_set1_curves.pod5 SSL_CTX_set1_groups, SSL_CTX_set1_groups_list, SSL_set1_groups,
19 int SSL_set1_groups(SSL *ssl, int *glist, int glistlen);
177 SSL_set1_groups() and SSL_set1_groups_list() are similar except they set
246 SSL_CTX_set1_groups(), SSL_CTX_set1_groups_list(), SSL_set1_groups(),
/freebsd/crypto/openssl/util/
H A Dother.syms672 SSL_set1_groups define
/freebsd/crypto/openssl/test/
H A Dsslapitest.c5157 if (!TEST_true(SSL_set1_groups(serverssl, kexch_groups, kexch_groups_size)) in test_key_exchange()
5158 || !TEST_true(SSL_set1_groups(clientssl, kexch_groups, kexch_groups_size))) in test_key_exchange()
5233 if (!TEST_true(SSL_set1_groups(serverssl, kexch_groups, 1))) in set_ssl_groups()
5236 if (!TEST_true(SSL_set1_groups(clientssl, ecdhe_kexch_groups, in set_ssl_groups()
5240 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups, in set_ssl_groups()
5245 if (!TEST_true(SSL_set1_groups(clientssl, kexch_groups, 1))) in set_ssl_groups()
5248 if (!TEST_true(SSL_set1_groups(serverssl, ecdhe_kexch_groups, in set_ssl_groups()
5252 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups, in set_ssl_groups()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1500 # define SSL_set1_groups(s, glist, glistlen) \ macro
1588 # define SSL_set1_curves SSL_set1_groups
H A Dssl.h.in1453 # define SSL_set1_groups(s, glist, glistlen) \ macro
1541 # define SSL_set1_curves SSL_set1_groups
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3241 if (SSL_set1_groups(ssl, nid, 1) != 1) { in tls_set_conn_flags()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4102 MLINKS+= SSL_CTX_set1_curves.3 SSL_set1_groups.3