/openbmc/bios-settings-mgr/src/ |
H A D | password.cpp | 38 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 D | runner.py | 121 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 D | guest-random.c | 80 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 D | ace_sha.c | 120 void srand(unsigned int seed) in srand() 146 unsigned int seed = (unsigned int)&status; in rand() local
|
/openbmc/linux/include/net/ |
D | ipv6_frag.h |
|
/openbmc/u-boot/include/linux/ |
H A D | crc32.h | 14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) argument
|
/openbmc/u-boot/net/ |
H A D | net_rand.h | 20 unsigned int seed; in seed_mac() local
|
/openbmc/u-boot/lib/ |
H A D | rand.c | 28 void srand(unsigned int seed) in srand()
|
/openbmc/estoraged/include/ |
H A D | pattern.hpp | 63 static constexpr uint32_t seed = 0x6a656272; member in estoraged::Pattern
|
/openbmc/u-boot/fs/btrfs/ |
H A D | hash.c | 30 u32 btrfs_csum_data(char *data, u32 seed, size_t len) in btrfs_csum_data()
|
/openbmc/libcper/generator/ |
H A D | gen-utils.c | 13 void cper_rand_seed(UINT32 seed) in cper_rand_seed()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
D | ia_css_prbs.h |
|
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/ |
H A D | example_device.cpp | 33 unsigned int seed = ts.tv_nsec ^ getpid(); in getRandomId() local
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-prng.c |
|
/openbmc/pldm/fw-update/ |
H A D | firmware_inventory_manager.cpp | 20 unsigned seed = ts.tv_nsec ^ getpid(); in createFirmwareEntry() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
D | random.c |
|
/openbmc/linux/crypto/ |
D | ansi_cprng.c |
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-prng.c |
|
/openbmc/linux/arch/s390/crypto/ |
D | prng.c |
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-gpr.c |
|
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software.cpp | 46 unsigned int seed = ts.tv_nsec ^ getpid(); in getRandomId() local
|
/openbmc/linux/include/linux/ |
D | xxhash.h |
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.c | 134 unsigned int seed) in LLVMFuzzerCustomCrossOver()
|
/openbmc/qemu/tests/qtest/ |
H A D | xlnx-versal-trng-test.c | 243 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 D | xlnx-versal-trng.c | 175 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
|