Home
last modified time | relevance | path

Searched defs:handshaker_factory (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dhandshaker_factory.cc26 grpc_handshaker_factory* handshaker_factory, const grpc_channel_args* args, in grpc_handshaker_factory_add_handshakers()
36 grpc_handshaker_factory* handshaker_factory) { in grpc_handshaker_factory_destroy()
/external/grpc-grpc/test/core/handshake/
Dreadahead_handshaker_server_ssl.cc83 grpc_handshaker_factory* handshaker_factory) {} in readahead_handshaker_factory_destroy()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dhandshaker_registry.cc68 auto& handshaker_factory = factories_[idx]; in AddHandshakers() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc394 tsi_ssl_client_handshaker_factory** handshaker_factory) { in grpc_ssl_tsi_client_handshaker_factory_init()
444 tsi_ssl_server_handshaker_factory** handshaker_factory) { in grpc_ssl_tsi_server_handshaker_factory_init()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc477 grpc_handshaker_factory* handshaker_factory, const grpc_channel_args* args, in client_handshaker_factory_add_handshakers()
497 grpc_handshaker_factory* handshaker_factory) {} in handshaker_factory_destroy()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli_security_connector.cc38 tsi_ssl_client_handshaker_factory* handshaker_factory; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc87 tsi_ssl_client_handshaker_factory* handshaker_factory() const { in handshaker_factory() function in grpc_httpcli_ssl_channel_security_connector
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc364 static grpc_handshaker_factory handshaker_factory = { variable