Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dparam_build_test.c143 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
150 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
156 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
163 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
170 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
178 || !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL) in template_public_test()
288 || !TEST_uint_eq(i, 6) in template_private_test()
296 || !TEST_uint_eq((unsigned int)i32, 1532) in template_private_test()
332 || !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_PTR) in template_private_test()
458 || !TEST_uint_eq(i, 6) in builder_merge_test()
[all …]
H 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 …]
H A 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()
H 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()
H A Dext_internal_test.c91 if (!TEST_uint_eq(type, ext_list[i].type)) { in test_extension_list()
H 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()
H A Dprovider_status_test.c179 || !TEST_uint_eq(status, 0)) in test_provider_status()
H A Dservername_test.c83 || !TEST_uint_eq(servname_type, TLSEXT_NAMETYPE_host_name) in get_sni_from_client_hello()
H A Drsa_test.c387 && TEST_uint_eq(RSA_security_bits(key), result)) in test_rsa_security_bit()
H A Ddestest.c26 # define TEST_cs_eq TEST_uint_eq
H A Dtestutil.h436 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dsslapitest.c5120 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5121 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5146 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5147 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5192 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5193 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
H A Devp_extra_test.c1678 if (!TEST_uint_eq(md_len, 0)) in test_EVP_md_null()