Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp267 optional<vector<uint8_t>> otherCert = support::ecPublicKeyGenerateCertificate( in TEST() local
272 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()