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

  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 42 #ifdef SSL_OP_NO_TICKET
1015 options |= SSL_OP_NO_TICKET;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 492 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
744 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
    [all...]
ssl.h 579 #define SSL_OP_NO_TICKET 0x00004000L
    [all...]
ssl_lib.c     [all...]
  /external/openssl/ssl/
t1_lib.c 511 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
775 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
    [all...]
ssl.h 579 #define SSL_OP_NO_TICKET 0x00004000L
    [all...]
ssl_lib.c     [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java 714 public static final long SSL_OP_NO_TICKET = 0x00004000L;
    [all...]
OpenSSLSocketImpl.java 315 NativeCrypto.SSL_clear_options(sslNativePointer, NativeCrypto.SSL_OP_NO_TICKET);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 879 { off|=SSL_OP_NO_TICKET; }
    [all...]
s_server.c     [all...]
  /external/openssl/apps/
s_client.c 881 { off|=SSL_OP_NO_TICKET; }
    [all...]
s_server.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 579 #define SSL_OP_NO_TICKET 0x00004000L
    [all...]
  /external/openssl/include/openssl/
ssl.h 579 #define SSL_OP_NO_TICKET 0x00004000L
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 367 milliseconds