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

  /external/conscrypt/common/src/main/java/org/conscrypt/
SslWrapper.java 339 NativeCrypto.SSL_set_options(ssl, NativeConstants.SSL_OP_CIPHER_SERVER_PREFERENCE);
355 NativeCrypto.SSL_set_options(
NativeCrypto.java 794 static native long SSL_set_options(long ssl, long options);
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 652 /* SSL_set_options enables all options set in |options| (which should be one or
655 OPENSSL_EXPORT uint32_t SSL_set_options(SSL *ssl, uint32_t options);
    [all...]
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 794 SSL_set_options(ssl_, SSL_OP_SINGLE_ECDH_USE);
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 591 NativeCrypto.SSL_set_options(NULL, 0);
599 NativeCrypto.SSL_set_options(s, NativeConstants.SSL_OP_NO_SSLv3);
615 NativeCrypto.SSL_set_options(s, NativeConstants.SSL_OP_NO_SSLv3);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc 1004 uint32_t SSL_set_options(SSL *ssl, uint32_t options) {
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 702 milliseconds