Home
last modified time | relevance | path

Searched refs:rng_seed (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.h156 * Before using the RNG, it must be seeded with rng_seed().
174 int rng_seed(rng_context_t *rng, int reproducible, const char *pers);
H A Dssl_test_lib.c83 int rng_seed(rng_context_t *rng, int reproducible, const char *pers) in rng_seed() function
H A Dssl_client2.c1666 ret = rng_seed(&rng, opt.reproducible, pers); in main()
H A Dssl_server2.c2560 ret = rng_seed(&rng, opt.reproducible, pers); in main()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c46 static int rng_seed = 0xBEEF; in mbedtls_test_init_handshake_options() local
48 srand(rng_seed); in mbedtls_test_init_handshake_options()
49 rng_seed += 0xD0; in mbedtls_test_init_handshake_options()

Completed in 13 milliseconds