Home
last modified time | relevance | path

Searched refs:AddHandshakers (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/core/lib/channel/
Dhandshaker_registry.cc43 void AddHandshakers(const grpc_channel_args* args,
64 void HandshakerFactoryList::AddHandshakers(const grpc_channel_args* args, in AddHandshakers() function in grpc_core::HandshakerFactoryList
69 handshaker_factory->AddHandshakers(args, interested_parties, handshake_mgr); in AddHandshakers()
96 void HandshakerRegistry::AddHandshakers(HandshakerType handshaker_type, in AddHandshakers() function in grpc_core::HandshakerRegistry
102 factory_list.AddHandshakers(args, interested_parties, handshake_mgr); in AddHandshakers()
Dhandshaker_factory.h34 virtual void AddHandshakers(const grpc_channel_args* args,
Dhandshaker_registry.h44 static void AddHandshakers(HandshakerType handshaker_type,
/third_party/grpc/test/core/handshake/
Dreadahead_handshaker_server_ssl.cc69 void AddHandshakers(const grpc_channel_args* /*args*/, in AddHandshakers() function in grpc_core::ReadAheadHandshakerFactory
/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc509 void AddHandshakers(const grpc_channel_args* args, in AddHandshakers() function in grpc_core::__anon7ce32ab90111::ClientSecurityHandshakerFactory
525 void AddHandshakers(const grpc_channel_args* args, in AddHandshakers() function in grpc_core::__anon7ce32ab90111::ServerSecurityHandshakerFactory
/third_party/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc205 grpc_core::HandshakerRegistry::AddHandshakers( in ssl_handshake()
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc123 HandshakerRegistry::AddHandshakers(HANDSHAKER_CLIENT, args_.channel_args, in StartHandshakeLocked()
/third_party/grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc372 void AddHandshakers(const grpc_channel_args* /*args*/, in AddHandshakers() function in grpc_core::__anond1e5056f0111::HttpConnectHandshakerFactory
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc206 HandshakerRegistry::AddHandshakers(HANDSHAKER_SERVER, args, in ConnectionState()