Home
last modified time | relevance | path

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

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