Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc63 grpc_error_handle root_cert_error = GRPC_ERROR_NONE; in StaticDataCertificateProvider() local
153 grpc_error_handle root_cert_error = GRPC_ERROR_NONE; in FileWatcherCertificateProvider() local
213 grpc_error_handle root_cert_error = GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ForceUpdate() local
Dgrpc_tls_certificate_distributor.h172 grpc_error_handle root_cert_error = GRPC_ERROR_NONE; member
Dgrpc_tls_certificate_distributor.cc104 absl::optional<grpc_error_handle> root_cert_error, in SetErrorForCert()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_certificate_provider.cc54 void OnError(grpc_error_handle root_cert_error, in OnError()
89 void OnError(grpc_error_handle root_cert_error, in OnError()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc362 grpc_error_handle root_cert_error, grpc_error_handle identity_cert_error) { in OnError()
620 grpc_error_handle root_cert_error, grpc_error_handle identity_cert_error) { in OnError()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_tls_certificate_provider_test.cc134 void OnError(grpc_error_handle root_cert_error, in OnError()
Dgrpc_tls_certificate_distributor_test.cc132 void OnError(grpc_error_handle root_cert_error, in OnError()