Home
last modified time | relevance | path

Searched refs:SSL_get_options (Results 1 – 15 of 15) sorted by relevance

/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java331 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0); in test_SSL_new()
332 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1) == 0); in test_SSL_new()
333 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1_1) == 0); in test_SSL_new()
334 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1_2) == 0); in test_SSL_new()
526 NativeCrypto.SSL_get_options(NULL); in test_SSL_get_options()
533 assertTrue(NativeCrypto.SSL_get_options(s) != 0); in test_SSL_get_options()
547 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0); in test_SSL_set_options()
549 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0); in test_SSL_set_options()
563 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0); in test_SSL_clear_options()
565 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0); in test_SSL_clear_options()
[all …]
/external/boringssl/src/ssl/
Dd1_lib.c257 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
Dt1_lib.c1044 if (SSL_get_options(ssl) & SSL_OP_NO_TICKET) { in ext_ticket_add_clienthello()
1084 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0); in ext_ticket_parse_serverhello()
1108 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0); in ext_ticket_add_serverhello()
Dssl_session.c439 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) && in ssl_get_prev_session()
Dd1_both.c253 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_update_mtu()
Dssl_lib.c840 uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; } in SSL_get_options() function
2633 if (SSL_IS_DTLS(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in SSL_clear()
/external/boringssl/src/include/openssl/
Dssl.h588 OPENSSL_EXPORT uint32_t SSL_get_options(const SSL *ssl);
4263 #define SSL_get_options SSL_get_options macro
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java868 public static native long SSL_get_options(long ssl); in SSL_get_options() method in NativeCrypto
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8572 long options = SSL_get_options(ssl);
11252 NATIVE_METHOD(NativeCrypto, SSL_get_options, "(J)J"),
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...