Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs5410 static RANDOM_COUNTER: RefCell<i64> = RefCell::new(0); constant
5414 RANDOM_COUNTER.with(|counter| { in reset_random()
5420 RANDOM_COUNTER.with(|counter| { in random()