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

  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 38 #ifdef SSL_OP_NO_TICKET
960 options |= SSL_OP_NO_TICKET;
    [all...]
  /external/openssl/ssl/
t1_lib.c 511 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
763 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
    [all...]
ssl.h 579 #define SSL_OP_NO_TICKET 0x00004000L
    [all...]
ssl_lib.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 702 public static final long SSL_OP_NO_TICKET = 0x00004000L;
    [all...]
OpenSSLSocketImpl.java 310 NativeCrypto.SSL_clear_options(sslNativePointer, NativeCrypto.SSL_OP_NO_TICKET);
    [all...]
  /external/openssl/apps/
s_client.c 879 { off|=SSL_OP_NO_TICKET; }
    [all...]
s_server.c     [all...]
  /external/openssl/include/openssl/
ssl.h 579 #define SSL_OP_NO_TICKET 0x00004000L
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 190 milliseconds