Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
124 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_public_test()
206 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_private_test()
208 || !TEST_uint_eq(i, 6) in template_private_test()
214 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_private_test()
[all …]
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()
119 if (a != 0 && !TEST_uint_eq(constant_time_is_zero(a), CONSTTIME_FALSE)) in test_is_zero()
128 if (a == 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_TRUE_8)) in test_is_zero_8()
130 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_FALSE_8)) in test_is_zero_8()
152 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S)) in test_is_zero_s()
[all …]
Dthreadstest.c171 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
172 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic()
176 if (!TEST_uint_eq((unsigned int)val64, 1) in test_atomic()
186 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
187 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic()
193 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
194 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic()
198 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
207 if (!TEST_uint_eq((unsigned int)val64, 3) in test_atomic()
208 || !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64)) in test_atomic()
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()
Dext_internal_test.c91 if (!TEST_uint_eq(type, ext_list[i].type)) { in test_extension_list()
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()
Drsa_test.c387 && TEST_uint_eq(RSA_security_bits(key), result)) in test_rsa_security_bit()
Dservername_test.c83 || !TEST_uint_eq(servname_type, TLSEXT_NAMETYPE_host_name) in get_sni_from_client_hello()
Dprovider_status_test.c179 || !TEST_uint_eq(status, 0)) in test_provider_status()
Ddestest.c26 # define TEST_cs_eq TEST_uint_eq
Dtestutil.h434 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) macro
Dsslapitest.c4874 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()
4900 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
4901 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
4946 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
4947 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
Devp_extra_test.c1555 if (!TEST_uint_eq(md_len, 0)) in test_EVP_md_null()