HomeSort by: relevance | last modified time | path
    Searched refs:SSL_set1_groups (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 4995 if (!TEST_true(SSL_set1_groups(serverssl, kexch_groups, kexch_groups_size))
4996 || !TEST_true(SSL_set1_groups(clientssl, kexch_groups, kexch_groups_size)))
5050 if (!TEST_true(SSL_set1_groups(serverssl, kexch_groups, 1)))
5053 if (!TEST_true(SSL_set1_groups(clientssl, ecdhe_kexch_groups,
5057 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups,
5062 if (!TEST_true(SSL_set1_groups(clientssl, kexch_groups, 1)))
5065 if (!TEST_true(SSL_set1_groups(serverssl, ecdhe_kexch_groups,
5069 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups,
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1409 # define SSL_set1_groups(s, glist, glistlen) \
1485 # define SSL_set1_curves SSL_set1_groups
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 5343 if (!TEST_true(SSL_set1_groups(serverssl, kexch_groups, kexch_groups_size))
5344 || !TEST_true(SSL_set1_groups(clientssl, kexch_groups, kexch_groups_size)))
5419 if (!TEST_true(SSL_set1_groups(serverssl, kexch_groups, 1)))
5422 if (!TEST_true(SSL_set1_groups(clientssl, ecdhe_kexch_groups,
5426 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups,
5431 if (!TEST_true(SSL_set1_groups(clientssl, kexch_groups, 1)))
5434 if (!TEST_true(SSL_set1_groups(serverssl, ecdhe_kexch_groups,
5438 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1420 # define SSL_set1_groups(s, glist, glistlen) \
1503 # define SSL_set1_curves SSL_set1_groups
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1457 #define SSL_set1_groups(s, glist, glistlen) \
1545 #define SSL_set1_curves SSL_set1_groups
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 3241 if (SSL_set1_groups(ssl, nid, 1) != 1) {

Completed in 87 milliseconds