Searched defs:CertError (Results 1 – 3 of 3) sorted by relevance
63 struct OPENSSL_EXPORT CertError { struct69 CertError(); argument73 CertError &operator=(CertError &&); argument80 CertErrorId id; argument81 std::unique_ptr<CertErrorParams> params; argument84 // CertErrors is a collection of CertError, along with convenience methods to argument
32 CertError::CertError(Severity in_severity, CertErrorId in_id, in CertError() function in bssl::CertError
2514 TEST_F(ClientSocketPoolBaseTest, CertError) { in TEST_F() argument