Home
last modified time | relevance | path

Searched refs:RNG_SEED (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/hw_random/
H A Dhisi-rng.c15 #define RNG_SEED 0x0 macro
43 writel_relaxed(seed, hrng->base + RNG_SEED); in hisi_rng_init()
/linux/rust/zerocopy/src/
H A Dbyteorder.rs1286 const RNG_SEED: u64 = 0x7A03CAE2F32B5B8F; constant
1350 let mut r = SmallRng::seed_from_u64(RNG_SEED); in test_endian()
1412 let mut r = SmallRng::seed_from_u64(RNG_SEED); in test_ops_impls()