Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 12 of 12) sorted by relevance

/lib/
A Dxxhash.c64 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
72 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
142 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
212 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset()
226 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
A Drand.c28 void srand(unsigned int seed) in srand()
/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dbignum_data.py143 def __gen_safe_prime(bits, seed): argument
/lib/mbedtls/external/mbedtls/library/
A Dhmac_drbg.c138 unsigned char seed[MBEDTLS_HMAC_DRBG_MAX_SEED_INPUT]; in hmac_drbg_reseed_core() local
A Dpsa_crypto_storage.c457 psa_status_t mbedtls_psa_storage_inject_entropy(const unsigned char *seed, in mbedtls_psa_storage_inject_entropy()
A Dlms.c558 void *p_rng, const unsigned char *seed, in mbedtls_lms_generate_private_key()
A Dlmots.c567 const unsigned char *seed, in mbedtls_lmots_generate_private_key()
A Dctr_drbg.c452 unsigned char seed[MBEDTLS_CTR_DRBG_MAX_SEED_INPUT]; in mbedtls_ctr_drbg_reseed_internal() local
A Dssl_tls.c6683 const unsigned char *seed, size_t seed_length, in setup_psa_key_derivation()
7035 unsigned char const *seed = handshake->randbytes; in ssl_compute_master() local
A Dpsa_crypto.c7780 psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed, in mbedtls_psa_inject_entropy()
/lib/rsa/
A Drsa-verify.c115 const uint8_t *seed, int seed_len, in mask_generation_function1()
/lib/mbedtls/external/mbedtls/programs/test/
A Dudp_proxy.c161 unsigned int seed; /* seed for "random" events */ member

Completed in 49 milliseconds