Searched refs:TEST_char_eq (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | bio_pw_callback_test.c | 118 if (!TEST_char_eq(cb_data->magic, cb_magic)) in read_callback() 140 if (!TEST_char_eq(cb_data->magic, cb_magic)) in write_callback() 183 if (!TEST_char_eq(cb_data.magic, cb_magic)) in re_encrypt_key() 228 if (!TEST_char_eq(cb_data.magic, cb_magic)) in decrypt_key()
|
| H A D | test_test.c | 81 if (!TEST(1, TEST_char_eq('a', 'a')) in test_char() 82 || !TEST(0, TEST_char_eq('a', 'A')) in test_char() 471 && TEST_char_eq(++c, 'e') in test_single_eval() 472 && TEST_char_eq('e', c--) in test_single_eval()
|
| H A D | packettest.c | 185 || !TEST_char_eq(bytes[0], 2) in test_PACKET_copy_bytes() 186 || !TEST_char_eq(bytes[1], 4) in test_PACKET_copy_bytes() 187 || !TEST_char_eq(bytes[2], 6) in test_PACKET_copy_bytes() 188 || !TEST_char_eq(bytes[3], 8) in test_PACKET_copy_bytes()
|
| H A D | http_test.c | 81 if (!TEST_char_eq(*hdr++, '\r') || !TEST_char_eq(*hdr++, '\n')) in mock_http_server()
|
| H A D | params_test.c | 473 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant() 524 || !TEST_char_eq(foo[0], app_foo_init) /* Should remain untouched */ in test_case_variant()
|
| H A D | stack_test.c | 316 if (!TEST_char_eq(p->c, v[i]->c)) { in test_SS_stack()
|
| H A D | testutil.h | 444 #define TEST_char_eq(a, b) test_char_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|