Searched defs:seed (Results 1 – 12 of 12) sorted by relevance
| /lib/ |
| A D | xxhash.c | 64 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 D | rand.c | 28 void srand(unsigned int seed) in srand()
|
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | bignum_data.py | 143 def __gen_safe_prime(bits, seed): argument
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | hmac_drbg.c | 138 unsigned char seed[MBEDTLS_HMAC_DRBG_MAX_SEED_INPUT]; in hmac_drbg_reseed_core() local
|
| A D | psa_crypto_storage.c | 457 psa_status_t mbedtls_psa_storage_inject_entropy(const unsigned char *seed, in mbedtls_psa_storage_inject_entropy()
|
| A D | lms.c | 558 void *p_rng, const unsigned char *seed, in mbedtls_lms_generate_private_key()
|
| A D | lmots.c | 567 const unsigned char *seed, in mbedtls_lmots_generate_private_key()
|
| A D | ctr_drbg.c | 452 unsigned char seed[MBEDTLS_CTR_DRBG_MAX_SEED_INPUT]; in mbedtls_ctr_drbg_reseed_internal() local
|
| A D | ssl_tls.c | 6683 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 D | psa_crypto.c | 7780 psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed, in mbedtls_psa_inject_entropy()
|
| /lib/rsa/ |
| A D | rsa-verify.c | 115 const uint8_t *seed, int seed_len, in mask_generation_function1()
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | udp_proxy.c | 161 unsigned int seed; /* seed for "random" events */ member
|
Completed in 49 milliseconds