Symbol: TEST_uint_eq
crypto/openssl/test/acvp_test.c
1091
&& !TEST_uint_eq(iv_generated, (enc == 0 || iv != NULL ? 0 : 1)))
crypto/openssl/test/constant_time_test.c
116
if (a == 0 && !TEST_uint_eq(constant_time_is_zero(a), CONSTTIME_TRUE))
crypto/openssl/test/constant_time_test.c
118
if (a != 0 && !TEST_uint_eq(constant_time_is_zero(a), CONSTTIME_FALSE))
crypto/openssl/test/constant_time_test.c
127
if (a == 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_TRUE_8))
crypto/openssl/test/constant_time_test.c
129
if (a != 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_FALSE_8))
crypto/openssl/test/constant_time_test.c
151
if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S))
crypto/openssl/test/constant_time_test.c
158
if (!TEST_uint_eq(constant_time_select(CONSTTIME_TRUE, a, b), a))
crypto/openssl/test/constant_time_test.c
160
if (!TEST_uint_eq(constant_time_select(CONSTTIME_FALSE, a, b), b))
crypto/openssl/test/constant_time_test.c
167
if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_TRUE_8, a, b), a))
crypto/openssl/test/constant_time_test.c
169
if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_FALSE_8, a, b), b))
crypto/openssl/test/constant_time_test.c
185
if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_TRUE_S, a, b), a))
crypto/openssl/test/constant_time_test.c
187
if (!TEST_uint_eq(constant_time_select_s(CONSTTIME_FALSE_S, a, b), b))
crypto/openssl/test/constant_time_test.c
238
if (a == b && !TEST_uint_eq(constant_time_eq_int(a, b), CONSTTIME_TRUE))
crypto/openssl/test/constant_time_test.c
240
if (a != b && !TEST_uint_eq(constant_time_eq_int(a, b), CONSTTIME_FALSE))
crypto/openssl/test/constant_time_test.c
247
if (!TEST_uint_eq(OSSL_NELEM(test_values), OSSL_NELEM(test_values_s)))
crypto/openssl/test/constant_time_test.c
65
if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE))
crypto/openssl/test/constant_time_test.c
67
if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE))
crypto/openssl/test/constant_time_test.c
76
if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8))
crypto/openssl/test/constant_time_test.c
78
if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8))
crypto/openssl/test/constant_time_test.c
89
if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_S))
crypto/openssl/test/destest.c
26
#define TEST_cs_eq TEST_uint_eq
crypto/openssl/test/evp_extra_test.c
2222
if (!TEST_uint_eq(md_len, 0))
crypto/openssl/test/evp_pkey_dhkem_test.c
101
&& TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_STRING);
crypto/openssl/test/evp_pkey_dhkem_test.c
98
&& TEST_uint_eq(p->data_type, OSSL_PARAM_UTF8_STRING)
crypto/openssl/test/evp_xof_test.c
298
|| !TEST_uint_eq(digest_length, (unsigned int)sz)
crypto/openssl/test/ext_internal_test.c
94
if (!TEST_uint_eq(type, ext_list[i].type)) {
crypto/openssl/test/packettest.c
365
|| !TEST_uint_eq(i, 0x0204)
crypto/openssl/test/packettest.c
389
|| !TEST_uint_eq(i, 0x0608)
crypto/openssl/test/packettest.c
413
|| !TEST_uint_eq(i, 0x0608)
crypto/openssl/test/packettest.c
55
|| !TEST_uint_eq(i, 0x02)
crypto/openssl/test/packettest.c
58
|| !TEST_uint_eq(i, 0xfe)
crypto/openssl/test/packettest.c
89
|| !TEST_uint_eq(i, 0x0204)
crypto/openssl/test/packettest.c
92
|| !TEST_uint_eq(i, 0xfcfe)
crypto/openssl/test/param_build_test.c
149
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
156
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
162
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
169
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
176
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
184
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL)
crypto/openssl/test/param_build_test.c
199
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
205
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
211
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
305
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
307
|| !TEST_uint_eq(i, 6)
crypto/openssl/test/param_build_test.c
313
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
315
|| !TEST_uint_eq((unsigned int)i32, 1532)
crypto/openssl/test/param_build_test.c
320
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
328
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
336
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
344
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_STRING)
crypto/openssl/test/param_build_test.c
351
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_PTR)
crypto/openssl/test/param_build_test.c
357
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
365
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
37
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
373
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
487
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
489
|| !TEST_uint_eq(i, 6)
crypto/openssl/test/param_build_test.c
494
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
496
|| !TEST_uint_eq((unsigned int)i32, 99)
crypto/openssl/test/param_build_test.c
500
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
507
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
514
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
521
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_STRING)
crypto/openssl/test/param_build_test.c
526
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_PTR)
crypto/openssl/test/param_build_test.c
531
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
536
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
70
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/provider_status_test.c
192
|| !TEST_uint_eq(status, 0))
crypto/openssl/test/quic_ackm_test.c
322
if (!TEST_uint_eq(p->anti_deadlock_handshake, anti_deadlock_handshake))
crypto/openssl/test/quic_ackm_test.c
324
if (!TEST_uint_eq(p->anti_deadlock_initial, anti_deadlock_initial))
crypto/openssl/test/quic_ackm_test.c
326
if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_INITIAL], pto_initial))
crypto/openssl/test/quic_ackm_test.c
328
if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_HANDSHAKE], pto_handshake))
crypto/openssl/test/quic_ackm_test.c
330
if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_APP], pto_app))
crypto/openssl/test/quic_cfq_test.c
124
|| !TEST_uint_eq(ossl_quic_cfq_item_get_pn_space(item),
crypto/openssl/test/quic_record_test_util.h
32
|| !TEST_uint_eq(a->version, b->version)
crypto/openssl/test/quicapitest.c
327
if (!TEST_uint_eq(SSL_CIPHER_get_id(cipher), cipherids[i]))
crypto/openssl/test/rsa_test.c
363
&& TEST_uint_eq(RSA_security_bits(key), result))
crypto/openssl/test/safe_math_test.c
154
|| (!err && !TEST_uint_eq(r, a + b)))
crypto/openssl/test/safe_math_test.c
160
|| (!err && !TEST_uint_eq(r, a - b)))
crypto/openssl/test/safe_math_test.c
166
|| (!err && !TEST_uint_eq(r, a * b)))
crypto/openssl/test/safe_math_test.c
172
|| (!err && !TEST_uint_eq(r, a / b)))
crypto/openssl/test/safe_math_test.c
178
|| (!err && !TEST_uint_eq(r, a % b)))
crypto/openssl/test/safe_math_test.c
184
|| (!err && !TEST_uint_eq(r, a / b + (a % b != 0))))
crypto/openssl/test/safe_math_test.c
189
if (!TEST_int_eq(err, a != 0) || (!err && !TEST_uint_eq(r, 0)))
crypto/openssl/test/safe_math_test.c
194
if (!TEST_int_eq(err, b != 0) || (!err && !TEST_uint_eq(r, 0)))
crypto/openssl/test/safe_math_test.c
199
if (!TEST_int_eq(err, 0) || !TEST_uint_eq(r, a))
crypto/openssl/test/safe_math_test.c
204
if (!TEST_int_eq(err, 0) || !TEST_uint_eq(r, b))
crypto/openssl/test/safe_math_test.c
359
|| (!err && !TEST_uint_eq(r, real))) {
crypto/openssl/test/servername_test.c
81
|| !TEST_uint_eq(servname_type, TLSEXT_NAMETYPE_host_name)
crypto/openssl/test/sslapitest.c
12583
if (!TEST_uint_eq(protlen, 0))
crypto/openssl/test/sslapitest.c
12690
if (!TEST_uint_eq(protlen, 0))
crypto/openssl/test/sslapitest.c
5353
if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid)
crypto/openssl/test/sslapitest.c
5354
|| !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid))
crypto/openssl/test/sslapitest.c
5379
if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid)
crypto/openssl/test/sslapitest.c
5380
|| !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid))
crypto/openssl/test/sslapitest.c
5425
if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid)
crypto/openssl/test/sslapitest.c
5426
|| !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid))
crypto/openssl/test/test_test.c
58
if (!TEST(1, TEST_uint_eq(3u, 3u))
crypto/openssl/test/test_test.c
59
|| !TEST(0, TEST_uint_eq(3u, 5u))
crypto/openssl/test/threadstest.c
650
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
651
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
655
if (!TEST_uint_eq((unsigned int)val64, 1)
crypto/openssl/test/threadstest.c
665
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
666
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
672
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
673
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
677
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
686
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
687
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
694
if (!TEST_uint_eq((unsigned int)val64, 1)
crypto/openssl/test/threadstest.c
695
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
699
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
709
if (!TEST_uint_eq((unsigned int)val64, 1)
crypto/openssl/test/threadstest.c
710
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
717
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
718
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
722
if (!TEST_uint_eq((unsigned int)val64, 1)
crypto/openssl/test/threadstest.c
732
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
733
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))