Searched refs:SSL_get_options (Results 1 - 17 of 17) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_lib.cc173 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
H A Dt1_lib.cc911 SSL_get_options(ssl) & SSL_OP_NO_TICKET) {
956 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0);
972 assert((SSL_get_options(hs->ssl) & SSL_OP_NO_TICKET) == 0);
3383 if ((SSL_get_options(ssl) & SSL_OP_NO_TICKET) ||
H A Dd1_both.cc606 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
H A Dssl_session.cc744 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) &&
H A Dssl_lib.cc1362 uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; } function
2658 if (SSL_is_dtls(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java386 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_SSLv3) == 0);
387 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_TLSv1) == 0);
388 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_TLSv1_1) == 0);
389 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_TLSv1_2) == 0);
517 NativeCrypto.SSL_get_options(NULL, null);
524 assertTrue(NativeCrypto.SSL_get_options(s, null) != 0);
538 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_SSLv3) == 0);
540 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_SSLv3) != 0);
554 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_SSLv3) == 0);
556 assertTrue((NativeCrypto.SSL_get_options(
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeSsl.java352 ssl, this, NativeCrypto.SSL_get_options(ssl, this) | SSL_OP_NO_TICKET);
H A DNativeCrypto.java1346 static native long SSL_get_options(long ssl, NativeSsl ssl_holder); method in class:NativeCrypto
/external/boringssl/include/openssl/
H A Dssl.h679 // SSL_get_options returns a bitmask of |SSL_OP_*| values that represent all the
681 OPENSSL_EXPORT uint32_t SSL_get_options(const SSL *ssl);
4368 #define SSL_get_options SSL_get_options macro
/external/boringssl/src/include/openssl/
H A Dssl.h679 // SSL_get_options returns a bitmask of |SSL_OP_*| values that represent all the
681 OPENSSL_EXPORT uint32_t SSL_get_options(const SSL *ssl);
4368 #define SSL_get_options SSL_get_options macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc9694 * public static native long SSL_get_options(long ssl);
9703 jlong options = static_cast<jlong>(SSL_get_options(ssl));
10029 CONSCRYPT_NATIVE_METHOD(SSL_get_options, "(J" REF_SSL ")J"),
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1367 milliseconds