Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/security/
Dtls_credentials_options.h92 struct TlsServerAuthorizationCheckInterface { struct
93 virtual ~TlsServerAuthorizationCheckInterface() = default;
106 std::shared_ptr<TlsServerAuthorizationCheckInterface> argument
145 std::shared_ptr<TlsServerAuthorizationCheckInterface>
/third_party/grpc/src/cpp/common/
Dtls_credentials_options.cc113 std::shared_ptr<TlsServerAuthorizationCheckInterface> in TlsServerAuthorizationCheckConfig()
/third_party/grpc/test/cpp/client/
Dcredentials_test.cc45 typedef struct ::grpc_impl::experimental::TlsServerAuthorizationCheckInterface
46 TlsServerAuthorizationCheckInterface; typedef
85 : public TlsServerAuthorizationCheckInterface {