Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs2978 let rand2 = random(); in test_mocked_random() localVariable
2980 if rand1 == rand2 { in test_mocked_random()
2981 assert_eq!(rand2 + 1, rand3); in test_mocked_random()
2983 assert_eq!(rand1 + 1, rand2); in test_mocked_random()
2984 assert_eq!(rand2, rand3); in test_mocked_random()