Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp38 const std::array<uint8_t, maxSeedSize>& seed, in compareDigest()
64 const std::array<uint8_t, maxSeedSize>& seed, in isMatch()
86 std::array<uint8_t, maxSeedSize>& seed, in getParam()
124 std::string& newPassword, std::array<uint8_t, maxSeedSize>& seed, in verifyIntegrityCheck()
149 std::array<uint8_t, maxSeedSize> seed; in verifyPassword() local
/openbmc/qemu/tests/image-fuzzer/
H A Drunner.py121 def __init__(self, test_id, seed, work_dir, run_log, argument
330 def run_test(test_id, seed, work_dir, run_log, cleanup, log_all, argument
365 seed = None variable
384 seed = arg variable
/openbmc/qemu/util/
H A Dguest-random.c80 void qemu_guest_random_seed_thread_part2(uint64_t seed) in qemu_guest_random_seed_thread_part2()
92 uint64_t seed; in qemu_guest_random_seed_main() local
/openbmc/u-boot/drivers/crypto/
H A Dace_sha.c120 void srand(unsigned int seed) in srand()
146 unsigned int seed = (unsigned int)&status; in rand() local
/openbmc/linux/include/net/
Dipv6_frag.h
/openbmc/u-boot/include/linux/
H A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) argument
/openbmc/u-boot/net/
H A Dnet_rand.h20 unsigned int seed; in seed_mac() local
/openbmc/u-boot/lib/
H A Drand.c28 void srand(unsigned int seed) in srand()
/openbmc/estoraged/include/
H A Dpattern.hpp63 static constexpr uint32_t seed = 0x6a656272; member in estoraged::Pattern
/openbmc/u-boot/fs/btrfs/
H A Dhash.c30 u32 btrfs_csum_data(char *data, u32 seed, size_t len) in btrfs_csum_data()
/openbmc/libcper/generator/
H A Dgen-utils.c13 void cper_rand_seed(UINT32 seed) in cper_rand_seed()
/openbmc/linux/drivers/staging/media/atomisp/pci/
Dia_css_prbs.h
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp33 unsigned int seed = ts.tv_nsec ^ getpid(); in getRandomId() local
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-prng.c
/openbmc/pldm/fw-update/
H A Dfirmware_inventory_manager.cpp20 unsigned seed = ts.tv_nsec ^ getpid(); in createFirmwareEntry() local
/openbmc/linux/drivers/firmware/efi/libstub/
Drandom.c
/openbmc/linux/crypto/
Dansi_cprng.c
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-prng.c
/openbmc/linux/arch/s390/crypto/
Dprng.c
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
Dptrace-gpr.c
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp46 unsigned int seed = ts.tv_nsec ^ getpid(); in getRandomId() local
/openbmc/linux/include/linux/
Dxxhash.h
/openbmc/qemu/tests/qtest/fuzz/
H A Dfuzz.c134 unsigned int seed) in LLVMFuzzerCustomCrossOver()
/openbmc/qemu/tests/qtest/
H A Dxlnx-versal-trng-test.c243 static void trng_reseed(const uint32_t *seed) in trng_reseed()
419 const uint64_t seed = 0xdeadbeefbad1bad0ULL; in trng_test_forced_prng() local
/openbmc/qemu/hw/misc/
H A Dxlnx-versal-trng.c175 static void trng_seed_128(uint32_t *seed, uint64_t h00, uint64_t h64) in trng_seed_128()
198 guint32 gs[U384_U32 * 2], *seed = &gs[U384_U32]; in trng_reseed() local

123