Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ecdsa/
Dsigning.rs286 struct NonceRandom<'a> { struct
287 key: &'a NonceRandomKey, argument
292 impl core::fmt::Debug for NonceRandom<'_> { argument
298 impl rand::sealed::SecureRandom for NonceRandom<'_> { implementation
338 impl<'a> sealed::Sealed for NonceRandom<'a> {} implementation