Lines Matching refs:public

176                             EVP_RAND_CTX *public,  in test_drbg_reseed()  argument
203 || !TEST_int_ne(public_reseed = reseed_counter(public), 0) in test_drbg_reseed()
230 || !TEST_int_eq(state(public), expected_state) in test_drbg_reseed()
242 if (!TEST_int_ge(reseed_counter(public), public_reseed) in test_drbg_reseed()
243 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed()
263 if (!TEST_time_t_ge(reseed_time(public), reseed_time(primary)) in test_drbg_reseed()
331 EVP_RAND_CTX *public, in test_drbg_reseed_in_child() argument
382 if (TEST_true(test_drbg_reseed(1, primary, public, private, in test_drbg_reseed_in_child()
400 EVP_RAND_CTX *public, in test_rand_reseed_on_fork() argument
425 public, in test_rand_reseed_on_fork()
435 primary, public, private, in test_rand_reseed_on_fork()
523 EVP_RAND_CTX *primary, *public, *private; in test_rand_fork_safety() local
527 || !TEST_ptr(public = RAND_get0_public(NULL)) in test_rand_fork_safety()
532 if (!TEST_true(test_rand_reseed_on_fork(primary, public, private))) in test_rand_fork_safety()
550 EVP_RAND_CTX *primary, *public, *private; in test_rand_reseed() local
566 || !TEST_ptr(public = RAND_get0_public(NULL)) in test_rand_reseed()
571 if (!TEST_ptr_ne(public, private) in test_rand_reseed()
572 || !TEST_ptr_ne(public, primary) in test_rand_reseed()
574 || !TEST_ptr_eq(prov_rand(public)->parent, prov_rand(primary)) in test_rand_reseed()
585 EVP_RAND_uninstantiate(public); in test_rand_reseed()
591 primary, public, private, in test_rand_reseed()
600 primary, public, private, in test_rand_reseed()
611 primary, public, private, in test_rand_reseed()
623 primary, public, private, in test_rand_reseed()
633 inc_reseed_counter(public); in test_rand_reseed()
635 primary, public, private, in test_rand_reseed()
654 primary, public, private, in test_rand_reseed()
684 EVP_RAND_CTX *public = NULL, *private = NULL; in run_multi_thread_test() local
686 if (!TEST_ptr(public = RAND_get0_public(NULL)) in run_multi_thread_test()
689 || !TEST_true(set_reseed_time_interval(public, 1))) { in run_multi_thread_test()