/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 1696 unsigned long SSL_clear_options(SSL *ssl, unsigned long op);
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1614 SSL_clear_options(conn->ssl, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in tls_connection_init() 2999 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 3006 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 3012 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 3018 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 3024 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 658 unsigned long SSL_clear_options(SSL *ssl, unsigned long op) in SSL_clear_options() function
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | NativeSsl.java | 344 NativeCrypto.SSL_clear_options(ssl, this, SSL_OP_NO_TICKET); in initialize()
|
D | NativeCrypto.java | 978 static native long SSL_clear_options(long ssl, NativeSsl ssl_holder, long options); in SSL_clear_options() method in NativeCrypto
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeSsl.java | 343 NativeCrypto.SSL_clear_options(ssl, this, SSL_OP_NO_TICKET); in initialize()
|
D | NativeCrypto.java | 945 static native long SSL_clear_options(long ssl, NativeSsl ssl_holder, long options); in SSL_clear_options() method in NativeCrypto
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 724 OPENSSL_EXPORT uint32_t SSL_clear_options(SSL *ssl, uint32_t options); 4810 #define SSL_clear_options SSL_clear_options macro
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 724 OPENSSL_EXPORT uint32_t SSL_clear_options(SSL *ssl, uint32_t options); 4918 #define SSL_clear_options SSL_clear_options macro
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 173 SSL_clear_options
|
D | BoringSSL-GRPC.podspec | 1725 '#define SSL_clear_options GRPC_SHADOW_SSL_clear_options',
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | NativeCryptoTest.java | 544 NativeCrypto.SSL_clear_options(NULL, null, 0); in SSL_clear_options_withNullShouldThrow() 554 NativeCrypto.SSL_clear_options(s, null, SSL_OP_CIPHER_SERVER_PREFERENCE); in test_SSL_clear_options()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 540 NativeCrypto.SSL_clear_options(NULL, null, 0); in SSL_clear_options_withNullShouldThrow() 550 NativeCrypto.SSL_clear_options(s, null, SSL_OP_CIPHER_SERVER_PREFERENCE); in test_SSL_clear_options()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.cc | 1495 uint32_t SSL_clear_options(SSL *ssl, uint32_t options) { in SSL_clear_options() function
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_lib.cc | 1452 uint32_t SSL_clear_options(SSL *ssl, uint32_t options) { in SSL_clear_options() function
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 201 #define SSL_clear_options GRPC_SHADOW_SSL_clear_options macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 286 #define SSL_clear_options BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_clear_options) macro
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 7394 jlong result = static_cast<jlong>(SSL_clear_options(ssl, static_cast<uint32_t>(options))); in NativeCrypto_SSL_clear_options() 10580 CONSCRYPT_NATIVE_METHOD(SSL_clear_options, "(J" REF_SSL "J)J"),
|