Searched refs:TEST_ulong_eq (Results 1 – 10 of 10) sorted by relevance
/openssl/test/ |
H A D | errtest.c | 185 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error()) in test_marks() 221 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error()) in test_marks() 231 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error())) in test_marks() 239 || !TEST_ulong_eq(0, ERR_peek_last_error())) in test_marks() 246 || !TEST_ulong_eq(mallocfail, ERR_get_error()) in test_marks() 247 || !TEST_ulong_eq(0, ERR_peek_last_error())) in test_marks() 369 if (!TEST_ulong_eq(ERR_peek_last_error(), 0)) in test_save_restore() 381 if (!TEST_ulong_eq(ERR_peek_last_error(), interr)) in test_save_restore() 399 if (!TEST_ulong_eq(ERR_get_error_all(NULL, NULL, NULL, in test_save_restore() 412 if (!TEST_ulong_eq(ERR_get_error_all(NULL, NULL, NULL, in test_save_restore() [all …]
|
H A D | packettest.c | 72 || !TEST_ulong_eq(i, 0x08060402UL) in test_PACKET_get_4() 75 || !TEST_ulong_eq(i, 0xfefcfaf8UL) in test_PACKET_get_4() 106 || !TEST_ulong_eq(i, 0x020406UL) in test_PACKET_get_net_3() 109 || !TEST_ulong_eq(i, 0xfafcfeUL) in test_PACKET_get_net_3() 123 || !TEST_ulong_eq(i, 0x02040608UL) in test_PACKET_get_net_4() 126 || !TEST_ulong_eq(i, 0xf8fafcfeUL) in test_PACKET_get_net_4() 141 || !TEST_ulong_eq(i, 0x02040608UL) in test_PACKET_get_sub_packet() 146 || !TEST_ulong_eq(i, 0xf8fafcfeUL) in test_PACKET_get_sub_packet()
|
H A D | test_test.c | 150 if (!TEST(1, TEST_ulong_eq(919ul, 919ul)) in test_ulong() 151 || !TEST(0, TEST_ulong_eq(919ul, 10234ul)) in test_ulong() 479 && TEST_ulong_eq(ul ^= 1, 501) in test_single_eval() 480 && TEST_ulong_eq(502, ul ^= 3) in test_single_eval() 481 && TEST_ulong_eq(ul = ul * 3 - 6, 1500) in test_single_eval()
|
H A D | strtoultest.c | 95 if (!TEST_ulong_eq(val, test->expect_val)) in test_strtoul()
|
H A D | param_build_test.c | 323 || !TEST_ulong_eq((unsigned long)i64, 9999999) in template_private_test() 331 || !TEST_ulong_eq(l, 42) in template_private_test() 501 || !TEST_ulong_eq((unsigned long)i64, 9999999) in builder_merge_test() 508 || !TEST_ulong_eq(l, 42) in builder_merge_test()
|
H A D | filterprov.c | 237 return TEST_ulong_eq(globs->query_count, 0) && !globs->error; in filter_provider_check_clean_finish()
|
H A D | bio_dgram_test.c | 311 if (!TEST_ulong_eq((unsigned long)rx_msg[0].flags, 1UL<<31)) in test_bio_dgram_impl() 314 if (!TEST_ulong_eq((unsigned long)rx_msg[1].flags, 1UL<<31)) in test_bio_dgram_impl()
|
H A D | testutil.h | 467 # define TEST_ulong_eq(a, b) test_ulong_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | sslapitest.c | 917 if (!TEST_ulong_eq(readbytes, 0)) in test_ccs_change_cipher() 924 if (!TEST_ulong_eq(readbytes, 0)) in test_ccs_change_cipher() 10728 …if (!TEST_ulong_eq(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), TWO_WEEK_SEC)) in test_ticket_lifetime()
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 1360 if (!TEST_ulong_eq(readbytes, 0)) in create_ssl_connection()
|
Completed in 79 milliseconds