Home
last modified time | relevance | path

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

123456

/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::array<uint8_t, maxSeedSize>& seed, in verifyIntegrityCheck()
150 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/linux/lib/
H A Dxxhash.c94 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 Drandom32.c131 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 Dtest_hash.c26 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 Dprandom.h40 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 Dcrc32.h66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
/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/fs/nilfs2/
H A Dsegbuf.c176 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/linux/include/net/
H A Dipv6_frag.h41 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 Dexynos-rng.c98 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 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/linux/crypto/
H A Ddrbg.c423 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 Dansi_cprng.c365 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 Dhash.c30 u32 btrfs_csum_data(char *data, u32 seed, size_t len) in btrfs_csum_data()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_prbs.h50 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
/openbmc/linux/arch/arm64/kernel/pi/
H A Dkaslr_early.c90 u64 seed; in kaslr_early_init() local
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c4 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed()
/openbmc/linux/rust/alloc/
H A Dlib.rs284 let seed: [u8; 16] = seed_vec.as_slice().try_into().unwrap(); in test_rng() localVariable
/openbmc/linux/arch/s390/crypto/
H A Dprng.c261 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 Drandom.c70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local

123456