Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DUtil.cpp314 time_t notAfter; in validateAttestationCertificate() local
315 ASSERT_TRUE(parseAsn1Time(X509_get0_notAfter(cert.get()), &notAfter)); in validateAttestationCertificate()
316 EXPECT_EQ(notAfter, batchNotAfter); in validateAttestationCertificate()
435 time_t notBefore, notAfter; in verifyAuthKeyCertificate() local
436 ASSERT_TRUE(parseAsn1Time(X509_get0_notAfter(cert.get()), &notAfter)); in verifyAuthKeyCertificate()
449 EXPECT_EQ(notBefore + kSecsInOneYear, notAfter); in verifyAuthKeyCertificate()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1524 time_t notAfter; in certificateGetValidity() local
1530 if (!parseAsn1Time(X509_get0_notAfter(certs[0].get()), &notAfter)) { in certificateGetValidity()
1535 return std::make_pair(notBefore, notAfter); in certificateGetValidity()