Home
last modified time | relevance | path

Searched defs:root_cert_error (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc116 grpc_error_handle root_cert_error; in StaticDataCertificateProvider() local
233 grpc_error_handle root_cert_error; in FileWatcherCertificateProvider() local
313 grpc_error_handle root_cert_error = in ForceUpdate() local
Dgrpc_tls_certificate_distributor.h178 grpc_error_handle root_cert_error; member
Dgrpc_tls_certificate_distributor.cc103 absl::optional<grpc_error_handle> root_cert_error, in SetErrorForCert()
/third_party/grpc/test/core/xds/
Dxds_certificate_provider_test.cc101 void OnError(grpc_error_handle root_cert_error, in OnError()
113 grpc_error_handle root_cert_error() const { return root_cert_error_; } in root_cert_error() function in grpc_core::testing::__anon79acc0120111::TestCertificatesWatcher
/third_party/grpc/src/core/xds/grpc/
Dxds_certificate_provider.cc57 void OnError(grpc_error_handle root_cert_error, in OnError() argument
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc457 grpc_error_handle root_cert_error, grpc_error_handle identity_cert_error) { in OnError()
721 grpc_error_handle root_cert_error, grpc_error_handle identity_cert_error) { in OnError()
/third_party/grpc/test/core/security/
Dgrpc_tls_certificate_provider_test.cc136 void OnError(grpc_error_handle root_cert_error, in OnError()
Dgrpc_tls_certificate_distributor_test.cc133 void OnError(grpc_error_handle root_cert_error, in OnError()