Home
last modified time | relevance | path

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

/system/security/prng_seeder/src/
Dconditioner.rs23 const SEED_FOR_CLIENT_LEN: usize = 496; constant
66 pub fn request(&mut self) -> Result<[u8; SEED_FOR_CLIENT_LEN]> { in request() argument
68 let mut seed_for_client = [0u8; SEED_FOR_CLIENT_LEN];