| /external/crosvm/devices/src/virtio/ |
| D | rng.rs | 146 pub struct Rng { struct 151 impl Rng { argument 153 pub fn new(virtio_features: u64) -> Result<Rng> { in new() 161 impl VirtioDevice for Rng { implementation 223 impl Suspendable for Rng {} implementation
|
| D | mod.rs | 112 Rng = virtio_ids::VIRTIO_ID_RNG, enumerator
|
| /external/rust/crates/fastrand/src/ |
| D | lib.rs | 85 pub struct Rng(Cell<u64>); struct 87 impl Default for Rng { implementation 94 impl Clone for Rng { implementation 115 fn clone(&self) -> Rng { in clone() 120 impl Rng { implementation 273 impl Rng { implementation
|
| /external/rust/crates/rand/src/rngs/ |
| D | small.rs | 14 type Rng = super::xoshiro256plusplus::Xoshiro256PlusPlus; typedef 16 type Rng = super::xoshiro128plusplus::Xoshiro128PlusPlus; typedef
|
| /external/rust/crates/criterion/src/stats/ |
| D | rand_util.rs | 5 pub type Rng = Rand64; typedef
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider/src/ |
| D | elliptic_curve.rs | 43 type Rng: crate::CryptoRng; typedef
|
| /external/rust/crates/rand/src/ |
| D | rng.rs | 55 pub trait Rng: RngCore { interface
|
| /external/rust/beto-rust/nearby/presence/xts_aes/tests/ |
| D | xts_roundtrip_tests.rs | 114 R: rand::Rng, in identical_to_xtsmode_crate()
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/ |
| D | x25519.rs | 47 type Rng = RcRng<R>; typedef
|
| D | p256.rs | 93 type Rng = RcRng<R>; typedef
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/ |
| D | x25519.rs | 50 type Rng = (); typedef
|
| D | p256.rs | 116 type Rng = (); typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.take.while/sentinel/ |
| D | ctor.convert.pass.cpp | 114 struct Rng : std::ranges::view_base { in test() struct
|
| /external/webrtc/rtc_base/ |
| D | helpers.cc | 91 RandomGenerator& Rng() { in Rng() function
|
| /external/rust/crates/rand/src/distributions/ |
| D | distribution.rs | 75 R: Rng, in sample_iter()
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/ |
| D | lib.rs | 184 type Rng = (); typedef 205 type Rng = (); typedef
|
| /external/rust/crates/base64/src/engine/ |
| D | tests.rs | 1206 fn generate_random_encoded_data<E: Engine, R: rand::Rng, D: distributions::Distribution<usize>>( in generate_random_encoded_data() 1233 fn fill_rand<R: rand::Rng, D: distributions::Distribution<usize>>( in fill_rand()
|