Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dcert_errors.cc205 std::string cert_errors_string = errors.ToDebugString(); in ToDebugString() local
206 if (cert_errors_string.empty()) { in ToDebugString()
221 result << cert_errors_string << "\n"; in ToDebugString()