Home
last modified time | relevance | path

Searched defs:seed (Results 26 – 50 of 202) sorted by relevance

123456789

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Drand.h89 void (*seed) (const void *buf, int num); member
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_string_utils.h79 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 Drand.h89 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 Drandom.tcc116 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 Drandom.tcc116 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 Dxf86drmRandom.h34 unsigned long seed; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_prbs.h50 int seed; /** random seed for the 1st 2-pixel-components/clock */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrc32.h66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length) argument
H A Dxxhash.h124 uint64_t seed) in xxhash()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/crypto/
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()
H A Dxxhash_generic.c13 u64 seed; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Drandom.c71 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 Drand.h82 void (*seed) (const void *buf, int num); member
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dkaslr.c67 u64 seed, offset, mask, module_range; in kaslr_early_init() local
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c35 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 Dreassembly.c485 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 Dtrace_benchmark.c43 u64 seed; in trace_do_benchmark() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h118 double uniform_deviate(int seed) in uniform_deviate()
/OK3568_Linux_fs/kernel/include/crypto/
H A Drng.h45 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); member
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dhisi-rng.c38 u32 seed; in hisi_rng_init() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_core.c190 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 Dinput.c816 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()

123456789