Home
last modified time | relevance | path

Searched refs:SSL_set_cipher_list (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/libvncclient/
Dtls_openssl.c273 SSL_set_cipher_list(ssl, "ALL"); in open_ssl_connection()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3597 if (SSL_set_cipher_list(conn->ssl, buf + 1) != 1) { in tls_connection_set_cipher_list()
4066 SSL_set_cipher_list(conn->ssl, params->openssl_ciphers) != 1) { in tls_connection_set_params()
/external/boringssl/src/ssl/
Dssl_lib.cc1512 int SSL_set_cipher_list(SSL *ssl, const char *str) { in SSL_set_cipher_list() function
/external/boringssl/src/include/openssl/
Dssl.h1398 OPENSSL_EXPORT int SSL_set_cipher_list(SSL *ssl, const char *str);
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp6688 SSL_set_cipher_list(ssl, ""); in NativeCrypto_SSL_set_cipher_lists()
6756 if (!SSL_set_cipher_list(ssl, cipherString.get())) { in NativeCrypto_SSL_set_cipher_lists()
8218 if (!SSL_set_cipher_list(ssl.get(), selector.c_str())) { in NativeCrypto_get_cipher_names()