Home
last modified time | relevance | path

Searched defs:grpc_channel_security_connector (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h114 typedef struct grpc_channel_security_connector grpc_channel_security_connector; typedef
116 struct grpc_channel_security_connector { struct
120 bool (*check_call_host)(grpc_channel_security_connector* sc, const char* host, argument
124 void (*cancel_check_call_host)(grpc_channel_security_connector* sc, argument
127 void (*add_handshakers)(grpc_channel_security_connector* sc, argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc51 grpc_channel_security_connector::grpc_channel_security_connector( in grpc_channel_security_connector() function in grpc_channel_security_connector