Searched refs:TEST_uint_eq (Results 1 – 12 of 12) sorted by relevance
/openssl-master/test/ |
A D | param_build_test.c | 74 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 81 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 87 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 94 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 101 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 109 || !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL) in template_public_test() 208 || !TEST_uint_eq(i, 6) in template_private_test() 216 || !TEST_uint_eq((unsigned int)i32, 1532) in template_private_test() 252 || !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_PTR) in template_private_test() 368 || !TEST_uint_eq(i, 6) in builder_merge_test() [all …]
|
A D | constant_time_test.c | 65 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE)) in test_binary_op() 67 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE)) in test_binary_op() 77 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8)) in test_binary_op_8() 79 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8)) in test_binary_op_8() 90 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_S)) in test_binary_op_s() 117 if (a == 0 && !TEST_uint_eq(constant_time_is_zero(a), CONSTTIME_TRUE)) in test_is_zero() 159 if (!TEST_uint_eq(constant_time_select(CONSTTIME_TRUE, a, b), a)) in test_select() 161 if (!TEST_uint_eq(constant_time_select(CONSTTIME_FALSE, a, b), b)) in test_select() 168 if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_TRUE_8, a, b), a)) in test_select_8() 170 if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_FALSE_8, a, b), b)) in test_select_8() [all …]
|
A D | safe_math_test.c | 135 || (!err && !TEST_uint_eq(r, a + b))) in test_uint_ops() 141 || (!err && !TEST_uint_eq(r, a - b))) in test_uint_ops() 147 || (!err && !TEST_uint_eq(r, a * b))) in test_uint_ops() 153 || (!err && !TEST_uint_eq(r, a / b))) in test_uint_ops() 159 || (!err && !TEST_uint_eq(r, a % b))) in test_uint_ops() 164 if (!TEST_int_eq(err, a != 0) || (!err && !TEST_uint_eq(r, 0))) in test_uint_ops() 169 if (!TEST_int_eq(err, b != 0) || (!err && !TEST_uint_eq(r, 0))) in test_uint_ops() 174 if (!TEST_int_eq(err, 0) || !TEST_uint_eq(r, a)) in test_uint_ops() 179 if (!TEST_int_eq(err, 0) || !TEST_uint_eq(r, b)) in test_uint_ops() 325 || (!err && !TEST_uint_eq(r, real))) { in test_uint_muldiv()
|
A D | threadstest.c | 191 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic() 192 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic() 196 if (!TEST_uint_eq((unsigned int)val64, 1) in test_atomic() 206 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic() 207 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic() 213 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic() 214 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic() 218 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic() 227 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic() 228 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic()
|
A D | packettest.c | 55 || !TEST_uint_eq(i, 0x02) in test_PACKET_get_1() 58 || !TEST_uint_eq(i, 0xfe) in test_PACKET_get_1() 89 || !TEST_uint_eq(i, 0x0204) in test_PACKET_get_net_2() 92 || !TEST_uint_eq(i, 0xfcfe) in test_PACKET_get_net_2() 365 || !TEST_uint_eq(i, 0x0204) in test_PACKET_get_length_prefixed_1() 389 || !TEST_uint_eq(i, 0x0608) in test_PACKET_get_length_prefixed_2() 413 || !TEST_uint_eq(i, 0x0608) in test_PACKET_get_length_prefixed_3()
|
A D | rsa_test.c | 387 && TEST_uint_eq(RSA_security_bits(key), result)) in test_rsa_security_bit()
|
A D | provider_status_test.c | 179 || !TEST_uint_eq(status, 0)) in test_provider_status()
|
A D | servername_test.c | 83 || !TEST_uint_eq(servname_type, TLSEXT_NAMETYPE_host_name) in get_sni_from_client_hello()
|
A D | test_test.c | 58 if (!TEST(1, TEST_uint_eq(3u, 3u)) in test_uint() 59 | !TEST(0, TEST_uint_eq(3u, 5u)) in test_uint()
|
A D | destest.c | 26 # define TEST_cs_eq TEST_uint_eq
|
A D | testutil.h | 398 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|
A D | sslapitest.c | 4848 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group() 4849 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group() 4874 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group() 4875 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group() 4920 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group() 4921 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
|
Completed in 34 milliseconds