Home
last modified time | relevance | path

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

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