Searched refs:otherCert (Results 1 – 1 of 1) sorted by relevance
267 optional<vector<uint8_t>> otherCert = support::ecPublicKeyGenerateCertificate( in TEST() local272 ASSERT_NE(cert.value(), otherCert.value()); in TEST()273 const vector<vector<uint8_t>> certs2 = {cert.value(), otherCert.value()}; in TEST()275 ASSERT_EQ(certs2combined.size(), cert.value().size() + otherCert.value().size()); in TEST()