Home
last modified time | relevance | path

Searched defs:IsInsecure (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/cpp/server/
Dinsecure_server_credentials.cc38 bool IsInsecure() const override { return true; } in IsInsecure() function in grpc::__anond1a312810111::InsecureServerCredentialsImpl
/third_party/grpc/src/cpp/client/
Dinsecure_credentials.cc56 bool IsInsecure() const override { return true; } in IsInsecure() function in grpc::__anon209125f30111::InsecureChannelCredentialsImpl
/third_party/grpc/include/grpcpp/security/
Dserver_credentials.h100 virtual bool IsInsecure() const { return false; } in IsInsecure() function
Dcredentials.h119 virtual bool IsInsecure() const { return false; } in IsInsecure() function