Home
last modified time | relevance | path

Searched defs:seed (Results 451 - 475 of 690) sorted by relevance

1...<<11121314151617181920>>...28

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcpacf.h416 cpacf_prno(unsigned long func, void *param, u8 *dest, unsigned long dest_len, const u8 *seed, unsigned long seed_len) cpacf_prno() argument
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c421 struct drbg_string *seed = NULL; in drbg_ctr_df() local
530 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() argument
653 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() argument
859 drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, int reseed) drbg_hash_update() argument
1037 __drbg_seed(struct drbg_state *drbg, struct list_head *seed, int reseed, enum drbg_seed_state new_seed_state) __drbg_seed() argument
1942 drbg_kcapi_seed(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) drbg_kcapi_seed() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c665 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; in extract_entropy() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c366 unsigned int seed; in locking_thread() local
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcpacf.h432 cpacf_prno(unsigned long func, void *param, u8 *dest, unsigned long dest_len, const u8 *seed, unsigned long seed_len) cpacf_prno() argument
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dsmt.c1522 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, in smt_fill_echo() argument
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_unpack.c653 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() argument
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c154 static void raninit(ranctx *x, u64 *seed) { in raninit() argument
264 u64 seed[4]; in shuffle() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbio.h352 bip_set_seed(struct bio_integrity_payload *bip, sector_t seed) bip_set_seed() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Defi.c695 struct linux_efi_random_seed *seed; in efi_config_parse_tables() local
1144 struct linux_efi_random_seed *seed; update_efi_random_seed() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h306 void *seed; member
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h222 void *seed; member
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1181 static int crypto4xx_prng_seed(struct crypto_rng *tfm, const u8 *seed, in crypto4xx_prng_seed() argument
/kernel/linux/linux-6.6/drivers/dax/
H A Dbus.c311 struct device *seed; in seed_show() local
[all...]
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dsmt.c1522 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, in smt_fill_echo() argument
/kernel/linux/linux-6.6/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() argument
655 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() argument
861 drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, int reseed) drbg_hash_update() argument
1039 __drbg_seed(struct drbg_state *drbg, struct list_head *seed, int reseed, enum drbg_seed_state new_seed_state) __drbg_seed() argument
1968 drbg_kcapi_seed(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) drbg_kcapi_seed() argument
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dinput.c905 static inline __u32 sctp_hash_obj(const void *data, u32 len, u32 seed) in sctp_hash_obj() argument
914 static inline __u32 sctp_hash_key(const void *data, u32 len, u32 seed) in sctp_hash_key() argument
822 sctp_hashfn(const struct net *net, __be16 lport, const union sctp_addr *paddr, __u32 seed) sctp_hashfn() argument
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c136 static void raninit(ranctx *x, u64 *seed) { in raninit() argument
246 u64 seed[4]; in shuffle() local
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_unpack.c780 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() argument
/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c1059 uint32_t seed = s->noisegen_seed; in generate_2_noise_channels() local
1079 uint32_t seed = s->noisegen_seed; in fill_noise_buffer() local
[all...]
H A Dopus_silk.c420 uint32_t seed; in silk_decode_excitation() local
/third_party/gn/src/gn/
H A Dxcode_writer.cc347 RecursivelyAssignIdsHelper(const std::string& seed) in RecursivelyAssignIdsHelper() argument
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc574 auto seed = static_cast<uint32_t>(GTEST_FLAG_GET(random_seed)); in TEST_P() local
587 << GTEST_FLAG_PREFIX_ << "random_seed=" << seed; in TEST_P() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1928 void RunMonkey(BreakIterator bi, RBBIMonkeyKind mk, String name, int seed, int numIterations) { in RunMonkey() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1934 void RunMonkey(BreakIterator bi, RBBIMonkeyKind mk, String name, int seed, int numIterations) { in RunMonkey() argument
[all...]

Completed in 47 milliseconds

1...<<11121314151617181920>>...28