Home
last modified time | relevance | path

Searched defs:Seed (Results 1 – 25 of 39) sorted by relevance

12

/external/rust/crates/ring/src/ec/
Dkeys.rs18 pub fn split(self) -> (Seed, PublicKey) { in split()
23 pub struct Seed { struct
30 impl Seed { argument
/external/scudo/standalone/tests/
Dchecksum_test.cpp15 static scudo::u16 computeSoftwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeSoftwareChecksum()
23 static scudo::u16 computeHardwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeHardwareChecksum()
39 const scudo::u32 Seed = 0x41424343U; in verifyChecksumFunctionBitFlip() local
/external/llvm/lib/Support/
DRandomNumberGenerator.cpp30 Seed("rng-seed", cl::value_desc("seed"), variable
/external/rust/crates/ring/src/ec/curve25519/
Dx25519.rs58 private_key: &ec::Seed, in x25519_public_from_private()
95 my_private_key: &ec::Seed, in x25519_ecdh()
/external/llvm/lib/Fuzzer/test/
DCustomMutatorTest.cpp31 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
DCustomCrossOverTest.cpp32 unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRandomNumberGenerator.cpp29 static cl::opt<uint64_t> Seed("rng-seed", cl::value_desc("seed"), cl::Hidden, variable
Dxxhash.cpp73 uint64_t Seed = 0; in xxHash64() local
/external/rust/crates/rand_core/src/
Dblock.rs244 type Seed = R::Seed; typedef
413 type Seed = R::Seed; typedef
457 type Seed = [u8; 4]; typedef
507 type Seed = [u8; 8]; typedef
Dlib.rs292 type Seed: Sized + Default + AsMut<[u8]>; typedef
495 type Seed = [u8; 8]; in test_seed_from_u64() typedef
/external/rust/crates/rand/src/rngs/
Dsmall.rs106 type Seed = <Rng as SeedableRng>::Seed; typedef
Dstd.rs59 type Seed = <Rng as SeedableRng>::Seed; typedef
Dxoshiro128plusplus.rs29 type Seed = [u8; 16]; typedef
Dxoshiro256plusplus.rs29 type Seed = [u8; 32]; typedef
/external/swiftshader/third_party/subzero/crosstest/
Dvectors.h103 explicit PRNG(uint32_t Seed = 1) : State(Seed) {} in State() argument
/external/rust/crates/ring/src/ec/suite_b/
Decdh.rs84 my_private_key: &ec::Seed, in ecdh()
Dprivate_key.rs136 my_private_key: &ec::Seed, in public_from_private()
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding_unittest.cc177 uint64_t Seed() const { in Seed() function in webrtc::__anon47a9bdce0111::DeltaEncodingTest
474 uint64_t Seed() const { in Seed() function in webrtc::__anon47a9bdce0111::DeltaEncodingCompressionQualityTest
588 uint64_t Seed() const { in Seed() function in webrtc::__anon47a9bdce0111::DeltaEncodingFuzzerLikeTest
/external/rust/crates/rand_xorshift/src/
Dlib.rs80 type Seed = [u8; 16]; typedef
/external/scudo/standalone/
Dstack_depot.h19 static const u32 Seed = 0x9747b28c; variable
Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
Dquarantine.h290 const u32 Seed = static_cast<u32>( in doRecycle() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DIRMutator.cpp54 void IRMutator::mutateModule(Module &M, int Seed, size_t CurSize, in mutateModule()
/external/rust/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs262 type Seed = [u8; SEED_LEN]; typedef
/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table_unittest.cc115 TEST(TranslationTableTest, Seed) { in TEST() argument

12