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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java     [all...]
OpenSSLSocketImpl.java 310 NativeCrypto.SSL_clear_options(sslNativePointer, NativeCrypto.SSL_OP_NO_TICKET);
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 471 SSL_clear_options(ssl_, options.clear_mask);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 529 NativeCrypto.SSL_clear_options(NULL, 0);
539 NativeCrypto.SSL_clear_options(s, NativeCrypto.SSL_OP_NO_SSLv3);
    [all...]
  /external/openssl/include/openssl/
ssl.h 660 #define SSL_clear_options(ssl,op) \
    [all...]
  /external/openssl/ssl/
ssl.h 660 #define SSL_clear_options(ssl,op) \
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 46 milliseconds