Home
last modified time | relevance | path

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

/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.h106 int calls_since_reseed_; variable
Dtrusty_gatekeeper.cpp49 calls_since_reseed_ = 0; in TrustyGateKeeper()
78 if (++calls_since_reseed_ % CALLS_BETWEEN_RNG_RESEEDS == 0) { in ShouldReseedRng()
/trusty/user/app/keymaster/
Dtrusty_keymaster_context.h244 mutable int calls_since_reseed_; variable
Dtrusty_keymaster_context.cpp108 calls_since_reseed_(0) { in TrustyKeymasterContext()
774 if (++calls_since_reseed_ % kCallsBetweenRngReseeds == 0) { in ShouldReseedRng()