Home
last modified time | relevance | path

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

/system/security/keystore/
Dconfirmationui_rate_limiting.h48 static std::chrono::seconds getBackoff(uint32_t counter) { in getBackoff() function
89 if (!slot.counter || slot.prompt_start <= now - getBackoff(slot.counter)) { in tryPrompt()