Home
last modified time | relevance | path

Searched defs:seed (Results 1 - 25 of 233) sorted by relevance

12345678910

/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
H A Dsys_test_004.cpp38 short unsigned int seed[3] = {1, 2, 3}; in TestCase() local
/kernel/liteos_a/testsuites/unittest/libc/util/smoke/
H A Dutil_test_005.cpp38 unsigned short seed[7] = {1, 2, 3, 4, 5, 6, 7}; in TestCase() local
H A Dutil_test_004.cpp38 unsigned short seed[3] = {1, 2, 3}; in TestCase() local
/kernel/linux/linux-6.6/scripts/basic/
H A DMakefile
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dapp_event_stat.cpp32 std::random_device seed; in RandomNum() local
/base/msdp/device_status/utils/common/include/
H A Did_factory.h30 explicit IdFactory(T seed) : seed_(seed) {} in IdFactory() argument
/base/security/crypto_framework/frameworks/cj/src/
H A Drandom_impl.cpp57 void RandomImpl::SetSeed(HcfBlob *seed, int32_t* errCode) in SetSeed() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rand/src/
H A Drand_openssl.c76 static void OpensslSetSeed(HcfRandSpi *self, HcfBlob *seed) in OpensslSetSeed() argument
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c3 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dia_css_prbs.h50 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
/kernel/linux/linux-6.6/include/linux/
H A Dprandom.h40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() argument
51 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32() argument
[all...]
H A Dxxhash.h123 xxhash(const void *input, size_t length, uint64_t seed) xxhash() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dia_css_prbs.h50 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
/kernel/linux/linux-6.6/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() argument
/base/security/crypto_framework/plugin/mbedtls_plugin/rand/src/
H A Dmbedtls_rand.c101 static void MbedtlsSetSeed(HcfRandSpi *self, HcfBlob *seed) in MbedtlsSetSeed() argument
/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h31 uint8_t seed[SEED_SIZE]; member
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c17 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Drandom.c70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/pi/
H A Dkaslr_early.c90 u64 seed; in kaslr_early_init() local
/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h123 xxhash(const void *input, size_t length, uint64_t seed) xxhash() argument
[all...]
H A Dprandom.h103 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() argument
115 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_hash.c28 xorshift(u32 seed) in xorshift() argument
49 fill_buf(char *buf, size_t len, u32 seed) in fill_buf() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Drandom.c70 struct linux_efi_random_seed *prev_seed, *seed = NULL; in efi_random_get_seed() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed() argument
[all...]
/base/security/crypto_framework/frameworks/crypto_operation/
H A Drand.c102 static HcfResult SetSeed(HcfRand *self, HcfBlob *seed) in SetSeed() argument

Completed in 7 milliseconds

12345678910