Home
last modified time | relevance | path

Searched refs:cipher_suites (Results 1 – 22 of 22) sorted by relevance

/third_party/grpc/src/core/tsi/
Dssl_transport_security.h119 const char* pem_root_certs, const char* cipher_suites,
141 const char* cipher_suites; member
164 cipher_suites(nullptr), in tsi_ssl_client_handshaker_options()
234 int force_client_auth, const char* cipher_suites,
249 const char* cipher_suites, const char** alpn_protocols,
272 const char* cipher_suites; member
295 cipher_suites(nullptr), in tsi_ssl_server_handshaker_options()
Dssl_transport_security.cc1881 const char* pem_root_certs, const char* cipher_suites, in tsi_create_ssl_client_handshaker_factory() argument
1887 options.cipher_suites = cipher_suites; in tsi_create_ssl_client_handshaker_factory()
1940 options->cipher_suites); in tsi_create_ssl_client_handshaker_factory_with_options()
2004 int force_client_auth, const char* cipher_suites, in tsi_create_ssl_server_handshaker_factory() argument
2011 cipher_suites, alpn_protocols, num_alpn_protocols, factory); in tsi_create_ssl_server_handshaker_factory()
2018 const char* cipher_suites, const char** alpn_protocols, in tsi_create_ssl_server_handshaker_factory_ex() argument
2025 options.cipher_suites = cipher_suites; in tsi_create_ssl_server_handshaker_factory_ex()
2092 options->cipher_suites); in tsi_create_ssl_server_handshaker_factory_with_options()
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc66 static const char* cipher_suites = nullptr; variable
83 cipher_suites = value.release(); in init_cipher_suites()
90 return cipher_suites; in grpc_get_ssl_cipher_suites()
424 options.cipher_suites = grpc_get_ssl_cipher_suites(); in grpc_ssl_tsi_client_handshaker_factory_init()
457 options.cipher_suites = grpc_get_ssl_cipher_suites(); in grpc_ssl_tsi_server_handshaker_factory_init()
/third_party/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc107 options.cipher_suites = grpc_get_ssl_cipher_suites(); in InitializeHandshakerFactory()
251 options.cipher_suites = grpc_get_ssl_cipher_suites(); in InitializeHandshakerFactory()
363 options.cipher_suites = grpc_get_ssl_cipher_suites(); in try_replace_server_handshaker_factory()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_server_i.h40 u16 cipher_suites[MAX_CIPHER_COUNT]; member
Dtlsv1_client_i.h46 u16 cipher_suites[MAX_CIPHER_COUNT]; member
Dtlsv1_server.c399 suites = conn->cipher_suites; in tlsv1_server_init()
694 suites = conn->cipher_suites; in tlsv1_server_set_cipher_list()
Dtlsv1_client.c485 suites = conn->cipher_suites; in tlsv1_client_init()
818 suites = conn->cipher_suites; in tlsv1_client_set_cipher_list()
Dtlsv1_server_read.c253 if (testing_cipher_suite_filter(conn, conn->cipher_suites[i])) in tls_process_client_hello()
259 if (!cipher_suite && tmp == conn->cipher_suites[i]) { in tls_process_client_hello()
Dtlsv1_client_write.c108 WPA_PUT_BE16(pos, conn->cipher_suites[i]); in tls_send_client_hello()
Dtlsv1_client_read.c175 if (cipher_suite == conn->cipher_suites[i]) in tls_process_server_hello()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_server_i.h40 u16 cipher_suites[MAX_CIPHER_COUNT]; member
Dtlsv1_client_i.h46 u16 cipher_suites[MAX_CIPHER_COUNT]; member
Dtlsv1_server.c399 suites = conn->cipher_suites; in tlsv1_server_init()
694 suites = conn->cipher_suites; in tlsv1_server_set_cipher_list()
Dtlsv1_client.c461 suites = conn->cipher_suites; in tlsv1_client_init()
794 suites = conn->cipher_suites; in tlsv1_client_set_cipher_list()
Dtlsv1_server_read.c253 if (testing_cipher_suite_filter(conn, conn->cipher_suites[i])) in tls_process_client_hello()
259 if (!cipher_suite && tmp == conn->cipher_suites[i]) { in tls_process_client_hello()
Dtlsv1_client_write.c120 WPA_PUT_BE16(pos, conn->cipher_suites[i]); in tls_send_client_hello()
Dtlsv1_client_read.c175 if (cipher_suite == conn->cipher_suites[i]) in tls_process_server_hello()
/third_party/mbedtls/library/
Dssl_tls13_client.c608 unsigned char *cipher_suites; /* Start of the cipher_suites list */ in ssl_tls13_write_client_hello_cipher_suites() local
628 cipher_suites = p; in ssl_tls13_write_client_hello_cipher_suites()
652 cipher_suites_len = p - cipher_suites; in ssl_tls13_write_client_hello_cipher_suites()
/third_party/openssl/ssl/
Dssl_lib.c5343 int ssl_cache_cipherlist(SSL *s, PACKET *cipher_suites, int sslv2format) in ssl_cache_cipherlist() argument
5349 if (PACKET_remaining(cipher_suites) == 0) { in ssl_cache_cipherlist()
5355 if (PACKET_remaining(cipher_suites) % n != 0) { in ssl_cache_cipherlist()
5366 size_t numciphers = PACKET_remaining(cipher_suites) / n; in ssl_cache_cipherlist()
5367 PACKET sslv2ciphers = *cipher_suites; in ssl_cache_cipherlist()
5404 } else if (!PACKET_memdup(cipher_suites, &s->s3->tmp.ciphers_raw, in ssl_cache_cipherlist()
5424 int bytes_to_cipher_list(SSL *s, PACKET *cipher_suites, in bytes_to_cipher_list() argument
5438 if (PACKET_remaining(cipher_suites) == 0) { in bytes_to_cipher_list()
5447 if (PACKET_remaining(cipher_suites) % n != 0) { in bytes_to_cipher_list()
5468 while (PACKET_copy_bytes(cipher_suites, cipher, n)) { in bytes_to_cipher_list()
[all …]
Dssl_local.h2275 __owur int ssl_cache_cipherlist(SSL *s, PACKET *cipher_suites, int sslv2format);
2276 __owur int bytes_to_cipher_list(SSL *s, PACKET *cipher_suites,
/third_party/mbedtls/docs/architecture/
Dtls13-support.md270 Example: `cipher_suites` vector of ClientHello in
275 unsigned char *cipher_suites;