Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.cc53 bool InsecureChannelSecurityConnector::check_call_host( in check_call_host()
60 void InsecureChannelSecurityConnector::cancel_check_call_host( in cancel_check_call_host()
68 void InsecureChannelSecurityConnector::add_handshakers( in add_handshakers()
78 void InsecureChannelSecurityConnector::check_peer( in check_peer()
87 int InsecureChannelSecurityConnector::cmp( in cmp()
Dinsecure_security_connector.h38 class InsecureChannelSecurityConnector
41 InsecureChannelSecurityConnector( in InsecureChannelSecurityConnector() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/insecure/
Dinsecure_credentials.cc39 return MakeRefCounted<InsecureChannelSecurityConnector>( in create_security_connector()