/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 331 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/ |
D | d1_lib.c | 257 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
|
D | t1_lib.c | 1044 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()
|
D | ssl_session.c | 439 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) && in ssl_get_prev_session()
|
D | d1_both.c | 253 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_update_mtu()
|
D | ssl_lib.c | 840 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/ |
D | ssl.h | 588 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/ |
D | NativeCrypto.java | 868 public static native long SSL_get_options(long ssl); in SSL_get_options() method in NativeCrypto
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 8572 long options = SSL_get_options(ssl); 11252 NATIVE_METHOD(NativeCrypto, SSL_get_options, "(J)J"),
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |