Home
last modified time | relevance | path

Searched refs:SSL_set_cipher_list (Results 1 - 25 of 74) sorted by relevance

123

/third_party/openssl/test/
H A Ddtls_mtu_test.c68 if (!TEST_true(SSL_set_cipher_list(srvr_ssl, cs)) in mtu_test()
69 || !TEST_true(SSL_set_cipher_list(clnt_ssl, cs)) in mtu_test()
H A Dcipherlist_test.c233 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
H A Dsslapitest.c866 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher()
881 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384:AES128-GCM-SHA256")) in test_ccs_change_cipher()
900 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher()
904 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384")) in test_ccs_change_cipher()
4628 if (!TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384"))) in test_set_ciphersuite()
5278 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite()
5279 || !TEST_true(SSL_set_cipher_list(clientssl, in test_tls13_ciphersuite()
9659 || !TEST_true(SSL_set_cipher_list(serverssl, "DHE-RSA-AES128-SHA"))) in test_set_tmp_dh()
9759 || !TEST_true(SSL_set_cipher_list(serverssl, ciphersuite)) in test_dh_auto()
9760 || !TEST_true(SSL_set_cipher_list(clientss in test_dh_auto()
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dclient.c75 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dclient.c75 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c2993 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3010 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3082 openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3090 if (openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3125 if (SSL_set_cipher_list(conn->ssl, cs) != 1) { in tls_set_conn_flags()
4528 if (SSL_set_cipher_list(conn->ssl, buf + 1) != 1) { in tls_connection_set_cipher_list()
5038 if (ciphers && SSL_set_cipher_list(conn->ssl, ciphers) != 1) { in tls_connection_set_params()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h785 int SSL_set_cipher_list(SSL *ssl, const char *str);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c3093 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3110 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3182 openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3190 if (openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3225 if (SSL_set_cipher_list(conn->ssl, cs) != 1) { in tls_set_conn_flags()
4794 if (SSL_set_cipher_list(conn->ssl, buf + 1) != 1) { in tls_connection_set_cipher_list()
5351 if (ciphers && SSL_set_cipher_list(conn->ssl, ciphers) != 1) { in tls_connection_set_params()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c262 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
/third_party/openssl/ssl/
H A Dssl_conf.c262 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs3351 #[corresponds(SSL_set_cipher_list)]
3355 cvt(ffi::SSL_set_cipher_list( in set_cipher_list()
/third_party/openssl/test/helpers/
H A Dhandshake.c919 if (!SSL_set_cipher_list(peer->ssl, in do_reneg_setup_step()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs495 pub fn SSL_set_cipher_list(ssl: *mut SSL, s: *const c_char) -> c_int; in SSL_set_cipher_list() functions
/third_party/libcoap/src/
H A Dcoap_openssl.c2097 SSL_set_cipher_list(ssl, COAP_OPENSSL_PSK_CIPHERS); in tls_secret_call_back()
2899 SSL_set_cipher_list(ssl, COAP_OPENSSL_PSK_CIPHERS); in setup_client_ssl_session()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1548 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h1650 __owur int SSL_set_cipher_list(SSL *s, const char *str);

Completed in 107 milliseconds

123