Home
last modified time | relevance | path

Searched refs:grpc_get_ssl_cipher_suites (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc88 const char* grpc_get_ssl_cipher_suites(void) { in grpc_get_ssl_cipher_suites() function
421 options.cipher_suites = grpc_get_ssl_cipher_suites(); in grpc_ssl_tsi_client_handshaker_factory_init()
454 options.cipher_suites = grpc_get_ssl_cipher_suites(); in grpc_ssl_tsi_server_handshaker_factory_init()
Dssl_utils.h64 const char* grpc_get_ssl_cipher_suites(void);