Searched defs:IsInsecure (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/cpp/server/ | ||
D | insecure_server_credentials.cc | 38 bool IsInsecure() const override { return true; } in IsInsecure() function in grpc::__anond1a312810111::InsecureServerCredentialsImpl |
/third_party/grpc/src/cpp/client/ | ||
D | insecure_credentials.cc | 56 bool IsInsecure() const override { return true; } in IsInsecure() function in grpc::__anon209125f30111::InsecureChannelCredentialsImpl |
/third_party/grpc/include/grpcpp/security/ | ||
D | server_credentials.h | 100 virtual bool IsInsecure() const { return false; } in IsInsecure() function |
D | credentials.h | 119 virtual bool IsInsecure() const { return false; } in IsInsecure() function |