HomeSort by relevance Sort by last modified time
    Searched refs:SSL_OP_NO_TLSv1 (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_srvr.c 306 else if (!(s->options & SSL_OP_NO_TLSv1))
385 else if (!(s->options & SSL_OP_NO_TLSv1))
404 else if (!(s->options & SSL_OP_NO_TLSv1))
560 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
s23_clnt.c 298 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
300 mask = SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1
319 mask &= ~SSL_OP_NO_TLSv1;
321 if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask)
695 !(s->options & SSL_OP_NO_TLSv1))
ssl.h 610 #define SSL_OP_NO_TLSv1 0x04000000L
    [all...]
  /external/openssl/ssl/
s23_srvr.c 306 else if (!(s->options & SSL_OP_NO_TLSv1))
385 else if (!(s->options & SSL_OP_NO_TLSv1))
404 else if (!(s->options & SSL_OP_NO_TLSv1))
560 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3)
s23_clnt.c 298 * answer is SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2.
300 mask = SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1
319 mask &= ~SSL_OP_NO_TLSv1;
321 if ((options & SSL_OP_NO_TLSv1) && (options & mask) != mask)
695 !(s->options & SSL_OP_NO_TLSv1))
ssl.h 607 #define SSL_OP_NO_TLSv1 0x04000000L
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java 717 public static final long SSL_OP_NO_TLSv1 = 0x04000000L;
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 449 options.ConfigureFlag(SSL_OP_NO_TLSv1, !ssl_config_.tls1_enabled);
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc 679 options.ConfigureFlag(SSL_OP_NO_TLSv1, !tls1_enabled);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 870 off|=SSL_OP_NO_TLSv1;
    [all...]
s_server.c     [all...]
  /external/openssl/apps/
s_client.c 872 off|=SSL_OP_NO_TLSv1;
    [all...]
s_server.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 610 #define SSL_OP_NO_TLSv1 0x04000000L
    [all...]
  /external/openssl/include/openssl/
ssl.h 607 #define SSL_OP_NO_TLSv1 0x04000000L
    [all...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 305 assertTrue((NativeCrypto.SSL_get_options(s) & NativeCrypto.SSL_OP_NO_TLSv1) == 0);
    [all...]

Completed in 413 milliseconds