Lines Matching refs:TEST_int_eq
398 || !TEST_int_eq(t.entropycnt, 1) in error_check()
399 || !TEST_int_eq(drbg->generate_counter, reseed_counter_tmp + 1) in error_check()
423 || !TEST_int_eq(t.entropycnt, 1) in error_check()
424 || !TEST_int_eq(drbg->generate_counter, reseed_counter_tmp + 1) in error_check()
622 if (!TEST_int_eq(RAND_bytes(buf, sizeof(buf)), expect_success) in test_drbg_reseed()
623 || !TEST_int_eq(RAND_priv_bytes(buf, sizeof(buf)), expect_success)) in test_drbg_reseed()
633 if (!TEST_int_eq(master->state, expected_state) in test_drbg_reseed()
634 || !TEST_int_eq(public->state, expected_state) in test_drbg_reseed()
635 || !TEST_int_eq(private->state, expected_state)) in test_drbg_reseed()
640 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
646 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
652 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
658 if (!TEST_int_eq(public->reseed_counter, master->reseed_counter) in test_drbg_reseed()
659 || !TEST_int_eq(private->reseed_counter, master->reseed_counter)) in test_drbg_reseed()
697 return TEST_int_eq(waitpid(pid, &status, 0), pid) && TEST_int_eq(status, 0); in test_drbg_reseed_after_fork()
979 if (!TEST_int_eq(RAND_status(), in test_rand_seed()