Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/crypto/tests/
H A Dcertificate_utils_test.cpp57 constexpr uint64_t kValidity = 24 * 60 * 60 * 1000; // 24 hours in milliseconds variable
176 auto certV = makeCert(pkey.get(), std::nullopt, std::nullopt, now_ms - kValidity, in TEST_P()
177 now_ms + kValidity, true /* subject key id extension */, keyUsage, bcons); in TEST_P()
275 auto certV = makeCert(pkey.get(), std::nullopt, std::nullopt, now_ms - kValidity, in TEST_P()
276 now_ms + kValidity, true /* subject key id extension */, keyUsage, bcons); in TEST_P()