Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc198 grpc_error* identity_error = GRPC_ERROR_NONE; in WatchTlsCertificates() local
217 identity_error = GRPC_ERROR_REF(cert_info.identity_cert_error); in WatchTlsCertificates()
233 if (root_error != GRPC_ERROR_NONE || identity_error != GRPC_ERROR_NONE) { in WatchTlsCertificates()
235 GRPC_ERROR_REF(identity_error)); in WatchTlsCertificates()
238 GRPC_ERROR_UNREF(identity_error); in WatchTlsCertificates()