Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs2979 let rand3 = random(); in test_mocked_random() localVariable
2981 assert_eq!(rand2 + 1, rand3); in test_mocked_random()
2984 assert_eq!(rand2, rand3); in test_mocked_random()