Home
last modified time | relevance | path

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

/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.h90 bool ShouldReseedRng();
Dtrusty_gatekeeper.cpp68 if (ShouldReseedRng()) in SeedRngIfNeeded()
73 bool TrustyGateKeeper::ShouldReseedRng() { in ShouldReseedRng() function in gatekeeper::TrustyGateKeeper
/trusty/user/app/keymaster/
Dtrusty_keymaster_context.h200 bool ShouldReseedRng() const;
Dtrusty_keymaster_context.cpp763 if (ShouldReseedRng()) in SeedRngIfNeeded()
768 bool TrustyKeymasterContext::ShouldReseedRng() const { in ShouldReseedRng() function in keymaster::TrustyKeymasterContext