Home
last modified time | relevance | path

Searched defs:FixedSliceRandom (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/
Dtest.rs499 pub struct FixedSliceRandom<'a> { struct
500 pub bytes: &'a [u8],
503 impl rand::sealed::SecureRandom for FixedSliceRandom<'_> { implementation