Home
last modified time | relevance | path

Searched refs:TEST_uint_eq (Results 1 – 12 of 12) sorted by relevance

/openssl-master/test/
A Dparam_build_test.c74 || !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 Dconstant_time_test.c65 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 Dsafe_math_test.c135 || (!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 Dthreadstest.c191 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 Dpackettest.c55 || !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 Drsa_test.c387 && TEST_uint_eq(RSA_security_bits(key), result)) in test_rsa_security_bit()
A Dprovider_status_test.c179 || !TEST_uint_eq(status, 0)) in test_provider_status()
A Dservername_test.c83 || !TEST_uint_eq(servname_type, TLSEXT_NAMETYPE_host_name) in get_sni_from_client_hello()
A Dtest_test.c58 if (!TEST(1, TEST_uint_eq(3u, 3u)) in test_uint()
59 | !TEST(0, TEST_uint_eq(3u, 5u)) in test_uint()
A Ddestest.c26 # define TEST_cs_eq TEST_uint_eq
A Dtestutil.h398 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) macro
A Dsslapitest.c4848 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