Home
last modified time | relevance | path

Searched refs:set_ciphersuites (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs246 ctx.set_ciphersuites( in mozilla_intermediate_v5()
264 ctx.set_ciphersuites( in mozilla_modern_v5()
H A Dmod.rs1057 /// The `set_ciphersuites` method controls the cipher suites for TLSv1.3.
1084 pub fn set_ciphersuites(&mut self, cipher_list: &str) -> Result<(), ErrorStack> { in set_ciphersuites() functions
3333 pub fn set_ciphersuites(&mut self, cipher_list: &str) -> Result<(), ErrorStack> { in set_ciphersuites() functions
3346 /// The `set_ciphersuites` method controls the cipher suites for TLSv1.3.
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c1332 static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str) in STACK_OF()
1417 int ret = set_ciphersuites(&(ctx->tls13_ciphersuites), str); in SSL_CTX_set_ciphersuites()
1429 int ret = set_ciphersuites(&(s->tls13_ciphersuites), str); in SSL_set_ciphersuites()
/third_party/openssl/ssl/
H A Dssl_ciph.c1331 static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str) in STACK_OF()
1416 int ret = set_ciphersuites(&(ctx->tls13_ciphersuites), str); in SSL_CTX_set_ciphersuites()
1428 int ret = set_ciphersuites(&(s->tls13_ciphersuites), str); in SSL_set_ciphersuites()
/third_party/libcoap/src/
H A Dcoap_mbedtls.c1029 set_ciphersuites(mbedtls_ssl_config *conf, coap_enc_method_t method) { function
1177 set_ciphersuites(&m_env->conf, COAP_ENC_PSK);
1215 set_ciphersuites(&m_env->conf, COAP_ENC_PKI);
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1542 ssl.set_ciphersuites("TLS_AES_128_GCM_SHA256").unwrap(); in set_ssl_certificate_key_related_api()

Completed in 16 milliseconds