| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | rand.h | 89 void (*seed) (const void *buf, int num); member
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_string_utils.h | 79 UINT32 seed = RT_HASH_SEED; // 31 131 1313 13131 131313 etc.. in func_hash_bkdr() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | rand.h | 89 void (*seed) (const void *buf, int num); member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | random.tcc | 116 seed(unsigned long __x0) in seed() function in std::tr1::linear_congruential 132 seed(_Gen& __g, false_type) in seed() function in std::tr1::linear_congruential 277 seed(unsigned long __value) in seed() function in std::tr1::mersenne_twister 301 seed(_Gen& __gen, false_type) in seed() function in std::tr1::mersenne_twister 423 seed(unsigned long __value) in seed() function in std::tr1::subtract_with_carry 442 seed(_Gen& __gen, false_type) in seed() function in std::tr1::subtract_with_carry 568 seed(unsigned long __value) in seed() function in std::tr1::subtract_with_carry_01 585 seed(_Gen& __gen, false_type) in seed() function in std::tr1::subtract_with_carry_01
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | random.tcc | 116 seed(unsigned long __x0) in seed() function in std::tr1::linear_congruential 132 seed(_Gen& __g, false_type) in seed() function in std::tr1::linear_congruential 277 seed(unsigned long __value) in seed() function in std::tr1::mersenne_twister 301 seed(_Gen& __gen, false_type) in seed() function in std::tr1::mersenne_twister 423 seed(unsigned long __value) in seed() function in std::tr1::subtract_with_carry 442 seed(_Gen& __gen, false_type) in seed() function in std::tr1::subtract_with_carry 568 seed(unsigned long __value) in seed() function in std::tr1::subtract_with_carry_01 585 seed(_Gen& __gen, false_type) in seed() function in std::tr1::subtract_with_carry_01
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drmRandom.h | 34 unsigned long seed; member
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crc32.h | 66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
|
| H A D | xxhash.h | 124 uint64_t seed) in xxhash()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/crypto/ |
| 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()
|
| H A D | xxhash_generic.c | 13 u64 seed; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-prng.c | 3 int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun4i_ss_prng_seed()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | random.c | 71 struct linux_efi_random_seed *seed = NULL; in efi_random_get_seed() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | rand.h | 82 void (*seed) (const void *buf, int num); member
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | kaslr.c | 67 u64 seed, offset, mask, module_range; in kaslr_early_init() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-prng.c | 17 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ss_prng_seed()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-prng.c | 35 int sun8i_ce_prng_seed(struct crypto_rng *tfm, const u8 *seed, in sun8i_ce_prng_seed()
|
| /OK3568_Linux_fs/kernel/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 485 static u32 lowpan_key_hashfn(const void *data, u32 len, u32 seed) in lowpan_key_hashfn() 491 static u32 lowpan_obj_hashfn(const void *data, u32 len, u32 seed) in lowpan_obj_hashfn()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_benchmark.c | 43 u64 seed; in trace_do_benchmark() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr.h | 118 double uniform_deviate(int seed) in uniform_deviate()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | rng.h | 45 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | hisi-rng.c | 38 u32 seed; in hisi_rng_init() local
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_flow_table_core.c | 190 static u32 flow_offload_hash(const void *data, u32 len, u32 seed) in flow_offload_hash() 197 static u32 flow_offload_hash_obj(const void *data, u32 len, u32 seed) in flow_offload_hash_obj()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | input.c | 816 const union sctp_addr *paddr, __u32 seed) in sctp_hashfn() 899 static inline __u32 sctp_hash_obj(const void *data, u32 len, u32 seed) in sctp_hash_obj() 908 static inline __u32 sctp_hash_key(const void *data, u32 len, u32 seed) in sctp_hash_key()
|