Searched refs:rng_seed (Results 1 – 5 of 5) sorted by relevance
174 int rng_seed(rng_context_t *rng, int reproducible, const char *pers);
83 int rng_seed(rng_context_t *rng, int reproducible, const char *pers) in rng_seed() function
1681 ret = rng_seed(&rng, opt.reproducible, pers); in main()
2569 ret = rng_seed(&rng, opt.reproducible, pers); in main()
46 static int rng_seed = 0xBEEF; in mbedtls_test_init_handshake_options() local48 srand(rng_seed); in mbedtls_test_init_handshake_options()49 rng_seed += 0xD0; in mbedtls_test_init_handshake_options()