Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp74 constexpr double kIdRotationPeriod = 30 * 24 * 60 * 60; /* Thirty days, in seconds */ variable
89 return {ResponseCode::NO_ERROR, diff_secs < kIdRotationPeriod}; in hadFactoryResetSinceIdRotation()