Home
last modified time | relevance | path

Searched refs:SSL_clear_options (Results 1 – 18 of 18) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1696 unsigned long SSL_clear_options(SSL *ssl, unsigned long op);
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1614 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/
Dssl_lib.c658 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/
DNativeSsl.java344 NativeCrypto.SSL_clear_options(ssl, this, SSL_OP_NO_TICKET); in initialize()
DNativeCrypto.java978 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/
DNativeSsl.java343 NativeCrypto.SSL_clear_options(ssl, this, SSL_OP_NO_TICKET); in initialize()
DNativeCrypto.java945 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/
Dssl.h724 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/
Dssl.h724 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/
Dgrpc_shadow_boringssl_symbol_list173 SSL_clear_options
DBoringSSL-GRPC.podspec1725 '#define SSL_clear_options GRPC_SHADOW_SSL_clear_options',
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java544 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/
DNativeCryptoTest.java540 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/
Dssl_lib.cc1495 uint32_t SSL_clear_options(SSL *ssl, uint32_t options) { in SSL_clear_options() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc1452 uint32_t SSL_clear_options(SSL *ssl, uint32_t options) { in SSL_clear_options() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h201 #define SSL_clear_options GRPC_SHADOW_SSL_clear_options macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h286 #define SSL_clear_options BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_clear_options) macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7394 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"),