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

  /external/boringssl/src/ssl/
d1_lib.c 257 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
ssl_session.c 439 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) &&
t1_lib.c     [all...]
d1_both.c 253 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
ssl_lib.c 840 uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; }
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 331 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0);
332 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1) == 0);
333 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1_1) == 0);
334 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1_2) == 0);
526 NativeCrypto.SSL_get_options(NULL);
533 assertTrue(NativeCrypto.SSL_get_options(s) != 0);
547 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0);
549 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0);
563 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0);
565 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0)
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 586 /* SSL_get_options returns a bitmask of |SSL_OP_*| values that represent all the
588 OPENSSL_EXPORT uint32_t SSL_get_options(const SSL *ssl);
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 107 milliseconds