Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Dtest.rs520 pub struct FixedSliceSequenceRandom<'a> { struct
522 pub bytes: &'a [&'a [u8]],
523 pub current: core::cell::UnsafeCell<usize>,
526 impl rand::sealed::SecureRandom for FixedSliceSequenceRandom<'_> { implementation
538 impl Drop for FixedSliceSequenceRandom<'_> { implementation