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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java 310 NativeCrypto.SSL_clear_options(sslNativePointer, NativeCrypto.SSL_OP_NO_TICKET);
    [all...]
NativeCrypto.java     [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...]

Completed in 104 milliseconds