Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp38 const int password_max_age_seconds = 60; variable
342 now.tv_sec + password_max_age_seconds}; in e4crypt_check_passwd()
Dcryptfs.c421 static const int password_max_age_seconds = 60; variable
2050 password_expiry_time = now.tv_sec + password_max_age_seconds;