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

  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java 796 static native long SSL_clear_options(long ssl, long options);
    [all...]
SslWrapper.java 353 NativeCrypto.SSL_clear_options(ssl, NativeConstants.SSL_OP_NO_TICKET);
  /external/boringssl/src/include/openssl/
ssl.h 657 /* SSL_clear_options disables all options set in |options| (which should be one
660 OPENSSL_EXPORT uint32_t SSL_clear_options(SSL *ssl, uint32_t options);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 607 NativeCrypto.SSL_clear_options(NULL, 0);
617 NativeCrypto.SSL_clear_options(s, NativeConstants.SSL_OP_NO_SSLv3);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc 1009 uint32_t SSL_clear_options(SSL *ssl, uint32_t options) {
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 83 milliseconds