Home
last modified time | relevance | path

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

/system/authgraph/tests/src/
Dlib.rs24 let mut nonce1 = [0; 16]; in test_rng() localVariable
26 rng.fill_bytes(&mut nonce1); in test_rng()
27 assert_ne!(nonce1, nonce2, "random value is all zeroes!"); in test_rng()
30 assert_ne!(nonce1, nonce2, "two random values match!"); in test_rng()