/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cpacf.h | 416 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 D | drbg.c | 421 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 D | random.c | 665 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 D | userfaultfd.c | 366 unsigned int seed; in locking_thread() local
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | cpacf.h | 432 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 D | smt.c | 1522 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 D | policy_unpack.c | 653 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() argument
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 154 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 D | bio.h | 352 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 D | efi.c | 695 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 D | sun8i-ce.h | 306 void *seed; member
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 222 void *seed; member
|
/kernel/linux/linux-6.6/drivers/crypto/amcc/ |
H A D | crypto4xx_core.c | 1181 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 D | bus.c | 311 struct device *seed; in seed_show() local [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | smt.c | 1522 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 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() 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 D | input.c | 905 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 D | randomize_layout_plugin.c | 136 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 D | policy_unpack.c | 780 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdec.c | 1059 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 D | opus_silk.c | 420 uint32_t seed; in silk_decode_excitation() local
|
/third_party/gn/src/gn/ |
H A D | xcode_writer.cc | 347 RecursivelyAssignIdsHelper(const std::string& seed) in RecursivelyAssignIdsHelper() argument
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-misc_test.cc | 574 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 D | RBBITestMonkey.java | 1928 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 D | RBBITestMonkey.java | 1934 void RunMonkey(BreakIterator bi, RBBIMonkeyKind mk, String name, int seed, int numIterations) { in RunMonkey() argument [all...] |