Searched refs:TEST_uint_eq (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/test/ |
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() 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 …]
|
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() 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 …]
|
D | threadstest.c | 171 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()
|
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()
|
D | ext_internal_test.c | 91 if (!TEST_uint_eq(type, ext_list[i].type)) { in test_extension_list()
|
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()
|
D | rsa_test.c | 387 && TEST_uint_eq(RSA_security_bits(key), result)) in test_rsa_security_bit()
|
D | servername_test.c | 83 || !TEST_uint_eq(servname_type, TLSEXT_NAMETYPE_host_name) in get_sni_from_client_hello()
|
D | provider_status_test.c | 179 || !TEST_uint_eq(status, 0)) in test_provider_status()
|
D | destest.c | 26 # define TEST_cs_eq TEST_uint_eq
|
D | testutil.h | 434 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|
D | sslapitest.c | 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() 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()
|
D | evp_extra_test.c | 1555 if (!TEST_uint_eq(md_len, 0)) in test_EVP_md_null()
|