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
153
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
160
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
166
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
173
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
180
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
188
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL)
crypto/openssl/test/param_build_test.c
209
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
215
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
221
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
315
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
317
|| !TEST_uint_eq(i, 6)
crypto/openssl/test/param_build_test.c
323
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
325
|| !TEST_uint_eq((unsigned int)i32, 1532)
crypto/openssl/test/param_build_test.c
330
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
338
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
346
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
354
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_STRING)
crypto/openssl/test/param_build_test.c
361
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_PTR)
crypto/openssl/test/param_build_test.c
367
|| !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
375
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
383
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER)
crypto/openssl/test/param_build_test.c
497
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
499
|| !TEST_uint_eq(i, 6)
crypto/openssl/test/param_build_test.c
504
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
506
|| !TEST_uint_eq((unsigned int)i32, 99)
crypto/openssl/test/param_build_test.c
510
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
517
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
524
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
531
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_STRING)
crypto/openssl/test/param_build_test.c
536
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_OCTET_PTR)
crypto/openssl/test/param_build_test.c
541
|| !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER)
crypto/openssl/test/param_build_test.c
546
|| !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
328
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
12931
if (!TEST_uint_eq(protlen, 0))
crypto/openssl/test/sslapitest.c
13038
if (!TEST_uint_eq(protlen, 0))
crypto/openssl/test/sslapitest.c
5537
if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid)
crypto/openssl/test/sslapitest.c
5538
|| !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid))
crypto/openssl/test/sslapitest.c
5563
if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid)
crypto/openssl/test/sslapitest.c
5564
|| !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid))
crypto/openssl/test/sslapitest.c
5609
if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid)
crypto/openssl/test/sslapitest.c
5610
|| !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
657
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
658
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
662
if (!TEST_uint_eq((unsigned int)val64, 1)
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
679
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
680
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
684
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
693
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
694
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
701
if (!TEST_uint_eq((unsigned int)val64, 1)
crypto/openssl/test/threadstest.c
702
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
706
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
716
if (!TEST_uint_eq((unsigned int)val64, 1)
crypto/openssl/test/threadstest.c
717
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
724
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
725
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/threadstest.c
729
if (!TEST_uint_eq((unsigned int)val64, 1)
crypto/openssl/test/threadstest.c
739
if (!TEST_uint_eq((unsigned int)val64, 3)
crypto/openssl/test/threadstest.c
740
|| !TEST_uint_eq((unsigned int)val64, (unsigned int)ret64))
crypto/openssl/test/tls13tickettest.c
115
&& TEST_uint_eq(stats1.tickets, 2)
crypto/openssl/test/tls13tickettest.c
128
&& TEST_uint_eq(stats2.tickets, 2);