Home
last modified time | relevance | path

Searched defs:cipher_list (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/cpu_data_parallel/train_lenet_by_data_parallel/
Dconfig.json6 …"cipher_list": "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA… string
/third_party/libwebsockets/lib/tls/
Dtls-client.c113 const char *cipher_list = info->ssl_cipher_list; in lws_context_init_client_ssl() local
/third_party/grpc/test/core/handshake/
Dserver_ssl_common.cc210 const char* cipher_list = in server_ssl_test() local
Dclient_ssl.cc227 const char* cipher_list = in server_thread() local
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c369 const char *cipher_list, in lws_tls_client_create_vhost_context()
/third_party/openssl/test/
Dsslcorrupttest.c138 static const char **cipher_list = NULL; variable
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c715 const char *cipher_list,
/third_party/openssl/engines/
De_devcrypto.c591 static void devcrypto_select_all_ciphers(int *cipher_list) in devcrypto_select_all_ciphers()
601 int *cipher_list = (int *)usr; in cryptodev_select_cipher_cb() local
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c562 const char *cipher_list = in lejp_vhosts_cb() local
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1064 let cipher_list = CString::new(cipher_list).unwrap(); in set_cipher_list() localVariable
1085 let cipher_list = CString::new(cipher_list).unwrap(); in set_ciphersuites() localVariable
3334 let cipher_list = CString::new(cipher_list).unwrap(); in set_ciphersuites() localVariable
3353 let cipher_list = CString::new(cipher_list).unwrap(); in set_cipher_list() localVariable
/third_party/openssl/ssl/
Dssl_ciph.c1370 static int update_cipher_list(SSL_CTX *ctx, in update_cipher_list()
/third_party/curl/src/
Dtool_cfgable.h133 char *cipher_list; member
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc792 const char* cipher_list) { in populate_ssl_context()
/third_party/curl/lib/
Durldata.h299 char *cipher_list; /* list of ciphers to use */ member