Searched defs:now_date (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore_keymaster_enforcement.h52 // 999 ms to now_date to avoid a situation where an activation_date of up to 999ms in the
55 uint64_t now_date = static_cast<uint64_t>(now) * 1000 + 999; variable
56 return now_date >= activation_date;
72 uint64_t now_date = static_cast<uint64_t>(now) * 1000; variable
73 return now_date > expiration_date;

Completed in 34 milliseconds