Home
last modified time | relevance | path

Searched defs:server_options (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_server_options.cc41 grpc_alts_credentials_server_options* server_options = in grpc_alts_credentials_server_options_create() local
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc326 std::unique_ptr<std::vector<std::unique_ptr<ServerBuilderOption>>> in RunServer()
340 std::unique_ptr<std::vector<std::unique_ptr<ServerBuilderOption>>> in RunServer()
/third_party/grpc/src/python/grpcio/grpc/beta/
Dimplementations.py257 def server_options(multi_method_implementation=None, function
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_client_test.cc318 grpc_alts_credentials_options* server_options = in create_config() local
/third_party/grpc/test/core/tsi/
Dssl_transport_security_test.cc139 tsi_ssl_server_handshaker_options server_options; in ssl_test_setup_handshakers() local
/third_party/python/Lib/test/
Dtest_ssl.py2849 certsreqs=None, server_options=0, client_options=0): argument