/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/linux/lib/ |
H A D | xxhash.c | 94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round() 102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32() 172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() 242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset() 256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
|
H A D | random32.c | 131 u32 seed; member 141 u32 seed; member 248 static void prandom_state_selftest_seed(struct rnd_state *state, u32 seed) in prandom_state_selftest_seed()
|
H A D | test_hash.c | 26 xorshift(u32 seed) in xorshift() 46 static void fill_buf(char *buf, size_t len, u32 seed) in fill_buf()
|
/openbmc/linux/include/linux/ |
H A D | prandom.h | 40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() 51 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32()
|
H A D | crc32.h | 66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
/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/linux/fs/nilfs2/ |
H A D | segbuf.c | 176 nilfs_segbuf_fill_in_segsum_crc(struct nilfs_segment_buffer *segbuf, u32 seed) in nilfs_segbuf_fill_in_segsum_crc() 204 u32 seed) in nilfs_segbuf_fill_in_data_crc() 232 u32 seed) in nilfs_segbuf_fill_in_super_root_crc() 319 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
|
/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/ |
H A D | ipv6_frag.h | 41 static inline u32 ip6frag_key_hashfn(const void *data, u32 len, u32 seed) in ip6frag_key_hashfn() 47 static inline u32 ip6frag_obj_hashfn(const void *data, u32 len, u32 seed) in ip6frag_obj_hashfn()
|
/openbmc/linux/drivers/crypto/ |
H A D | exynos-rng.c | 98 const u8 *seed, unsigned int slen) in exynos_rng_set_seed() 178 u8 seed[EXYNOS_RNG_SEED_SIZE]; in exynos_rng_reseed() local 225 static int exynos_rng_seed(struct crypto_rng *tfm, const u8 *seed, in exynos_rng_seed()
|
/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/linux/crypto/ |
H A D | drbg.c | 423 struct drbg_string *seed = NULL; in drbg_ctr_df() local 532 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 655 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 861 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 1039 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed() 1969 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
|
H A D | ansi_cprng.c | 365 const u8 *seed, unsigned int slen) in cprng_reset() 395 const u8 *seed, unsigned int slen) in fips_cprng_reset()
|
/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/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_prbs.h | 50 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
|
/openbmc/linux/arch/arm64/kernel/pi/ |
H A D | kaslr_early.c | 90 u64 seed; in kaslr_early_init() local
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-prng.c | 4 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed()
|
/openbmc/linux/rust/alloc/ |
H A D | lib.rs | 284 let seed: [u8; 16] = seed_vec.as_slice().try_into().unwrap(); in test_rng() localVariable
|
/openbmc/linux/arch/s390/crypto/ |
H A D | prng.c | 261 static const u8 seed[] __initconst = { in prng_sha512_selftest() local 371 u8 seed[128 + 16]; in prng_sha512_instantiate() local 452 u8 seed[64]; in prng_sha512_reseed() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | zboot.c | 101 u32 seed = U32_MAX; in efi_zboot_entry() local
|