Symbol: TEST_uint64_t_eq
crypto/openssl/test/helpers/quictestlib.c
761
|| !TEST_uint64_t_eq(cause->error_code, code))
crypto/openssl/test/packettest.c
511
|| !TEST_uint64_t_eq(v, cases[i].value)
crypto/openssl/test/quic_ackm_test.c
1022
if (!TEST_uint64_t_eq(ack->ack_ranges[i].start,
crypto/openssl/test/quic_ackm_test.c
1025
if (!TEST_uint64_t_eq(ack->ack_ranges[i].end,
crypto/openssl/test/quic_cc_test.c
422
if (!TEST_uint64_t_eq(diag_cur_bytes_in_flight, 0))
crypto/openssl/test/quic_cc_test.c
529
if (!TEST_uint64_t_eq(diag_cur_bytes_in_flight, 0))
crypto/openssl/test/quic_cc_test.c
537
if (!TEST_uint64_t_eq(ccm->get_tx_allowance(cc), allowance - 1200))
crypto/openssl/test/quic_cc_test.c
556
if (!TEST_uint64_t_eq(ccm->get_tx_allowance(cc), allowance - 1200))
crypto/openssl/test/quic_cc_test.c
563
if (!TEST_uint64_t_eq(ccm->get_tx_allowance(cc), allowance2))
crypto/openssl/test/quic_cc_test.c
576
if (!TEST_uint64_t_eq(allowance2 = ccm->get_tx_allowance(cc),
crypto/openssl/test/quic_cfq_test.c
126
|| !TEST_uint64_t_eq(ossl_quic_cfq_item_get_frame_type(item),
crypto/openssl/test/quic_fc_test.c
117
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_cwm(txfc), 2000))
crypto/openssl/test/quic_fc_test.c
120
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 2000))
crypto/openssl/test/quic_fc_test.c
132
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_cwm(txfc), 2500))
crypto/openssl/test/quic_fc_test.c
135
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 2000))
crypto/openssl/test/quic_fc_test.c
138
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 0), 500))
crypto/openssl/test/quic_fc_test.c
145
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 400), 0))
crypto/openssl/test/quic_fc_test.c
154
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 1))
crypto/openssl/test/quic_fc_test.c
34
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 0))
crypto/openssl/test/quic_fc_test.c
37
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_cwm(txfc), 2000))
crypto/openssl/test/quic_fc_test.c
40
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 0), 2000))
crypto/openssl/test/quic_fc_test.c
43
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 100), 1900))
crypto/openssl/test/quic_fc_test.c
47
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 2000))
crypto/openssl/test/quic_fc_test.c
50
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 100), 1900))
crypto/openssl/test/quic_fc_test.c
538
if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_cwm(&conn_rxfc),
crypto/openssl/test/quic_fc_test.c
546
if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_cwm(&stream_rxfc[op->stream_idx]),
crypto/openssl/test/quic_fc_test.c
553
if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_swm(&conn_rxfc),
crypto/openssl/test/quic_fc_test.c
561
if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_swm(&stream_rxfc[op->stream_idx]),
crypto/openssl/test/quic_fc_test.c
568
if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_rwm(&conn_rxfc),
crypto/openssl/test/quic_fc_test.c
576
if (!TEST_uint64_t_eq(ossl_quic_rxfc_get_rwm(&stream_rxfc[op->stream_idx]),
crypto/openssl/test/quic_fc_test.c
60
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 0), 1500))
crypto/openssl/test/quic_fc_test.c
63
if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 1500))
crypto/openssl/test/quic_fc_test.c
69
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 500))
crypto/openssl/test/quic_fc_test.c
75
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 600))
crypto/openssl/test/quic_fc_test.c
78
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 0), 1400))
crypto/openssl/test/quic_fc_test.c
81
if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 1400))
crypto/openssl/test/quic_fc_test.c
90
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_credit_local(txfc, 0), 0))
crypto/openssl/test/quic_fc_test.c
93
if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 0))
crypto/openssl/test/quic_fc_test.c
96
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_swm(txfc), 2000))
crypto/openssl/test/quic_fifd_test.c
149
|| !TEST_uint64_t_eq(hdr.offset, 0)
crypto/openssl/test/quic_fifd_test.c
150
|| !TEST_uint64_t_eq(hdr.len, 12)
crypto/openssl/test/quic_fifd_test.c
262
|| !TEST_uint64_t_eq(hdr.offset, 0)
crypto/openssl/test/quic_fifd_test.c
263
|| !TEST_uint64_t_eq(hdr.len, 12))
crypto/openssl/test/quic_fifd_test.c
269
|| !TEST_uint64_t_eq(regen_stream_id[0], 42)
crypto/openssl/test/quic_fifd_test.c
270
|| !TEST_uint64_t_eq(regen_frame_type[0], OSSL_QUIC_FRAME_TYPE_MAX_STREAM_DATA)
crypto/openssl/test/quic_fifd_test.c
271
|| !TEST_uint64_t_eq(regen_stream_id[1], 43)
crypto/openssl/test/quic_fifd_test.c
272
|| !TEST_uint64_t_eq(regen_frame_type[1], OSSL_QUIC_FRAME_TYPE_MAX_STREAM_DATA)
crypto/openssl/test/quic_fifd_test.c
273
|| !TEST_uint64_t_eq(regen_frame_type[2], OSSL_QUIC_FRAME_TYPE_HANDSHAKE_DONE)
crypto/openssl/test/quic_fifd_test.c
274
|| !TEST_uint64_t_eq(regen_stream_id[2], UINT64_MAX)
crypto/openssl/test/quic_fifd_test.c
275
|| !TEST_uint64_t_eq(regen_frame_type[3], OSSL_QUIC_FRAME_TYPE_MAX_DATA)
crypto/openssl/test/quic_fifd_test.c
276
|| !TEST_uint64_t_eq(regen_stream_id[3], UINT64_MAX)
crypto/openssl/test/quic_fifd_test.c
277
|| !TEST_uint64_t_eq(regen_frame_type[4], OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_BIDI)
crypto/openssl/test/quic_fifd_test.c
278
|| !TEST_uint64_t_eq(regen_stream_id[4], UINT64_MAX)
crypto/openssl/test/quic_fifd_test.c
279
|| !TEST_uint64_t_eq(regen_frame_type[5], OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_UNI)
crypto/openssl/test/quic_fifd_test.c
280
|| !TEST_uint64_t_eq(regen_stream_id[5], UINT64_MAX)
crypto/openssl/test/quic_fifd_test.c
281
|| !TEST_uint64_t_eq(regen_frame_type[6], OSSL_QUIC_FRAME_TYPE_ACK_WITH_ECN)
crypto/openssl/test/quic_fifd_test.c
282
|| !TEST_uint64_t_eq(regen_stream_id[6], UINT64_MAX))
crypto/openssl/test/quic_fifd_test.c
294
|| !TEST_uint64_t_eq(hdr.len, 0))
crypto/openssl/test/quic_lcidm_test.c
61
|| !TEST_uint64_t_eq(seq_num, 0)
crypto/openssl/test/quic_lcidm_test.c
65
|| !TEST_uint64_t_eq(seq_num, 1)
crypto/openssl/test/quic_lcidm_test.c
69
|| !TEST_uint64_t_eq(seq_num, 2)
crypto/openssl/test/quic_lcidm_test.c
73
|| !TEST_uint64_t_eq(seq_num, 3)
crypto/openssl/test/quic_multistream_test.c
1504
&& !TEST_uint64_t_eq(SSL_get_stream_id(c_stream),
crypto/openssl/test/quic_multistream_test.c
1515
if (!TEST_uint64_t_eq(s_stream_id, UINT64_MAX))
crypto/openssl/test/quic_multistream_test.c
1527
&& !TEST_uint64_t_eq(stream_id, op->arg2))
crypto/openssl/test/quic_multistream_test.c
1555
if (!TEST_uint64_t_eq(s_stream_id, UINT64_MAX))
crypto/openssl/test/quic_multistream_test.c
1661
|| !TEST_uint64_t_eq(error_code, cc_info.error_code)) {
crypto/openssl/test/quic_multistream_test.c
1681
if (!TEST_uint64_t_eq(error_code, tc->error_code)
crypto/openssl/test/quic_multistream_test.c
1688
if (!TEST_uint64_t_eq(s_stream_id, UINT64_MAX))
crypto/openssl/test/quic_multistream_test.c
3645
|| !TEST_uint64_t_eq(frame_data, path_challenge)) {
crypto/openssl/test/quic_multistream_test.c
3666
if (!TEST_uint64_t_eq(h->scratch1, 0))
crypto/openssl/test/quic_multistream_test.c
401
return TEST_uint64_t_eq(aec, 42);
crypto/openssl/test/quic_multistream_test.c
5359
if (!TEST_uint64_t_eq(v, hl->check_op->arg2))
crypto/openssl/test/quic_multistream_test.c
5374
if (!TEST_uint64_t_eq(v, hl->check_op->arg2))
crypto/openssl/test/quic_multistream_test.c
5420
if (!TEST_uint64_t_eq(v, 30000))
crypto/openssl/test/quic_multistream_test.c
5472
if (!TEST_uint64_t_eq(v, hl->check_op->arg2))
crypto/openssl/test/quic_multistream_test.c
5494
|| !TEST_uint64_t_eq(avail + used, size))
crypto/openssl/test/quic_multistream_test.c
5497
if (!TEST_uint64_t_eq(used, hl->check_op->arg1))
crypto/openssl/test/quic_multistream_test.c
5642
if (!TEST_uint64_t_eq(items[i].revents, expected_revents[i])) {
crypto/openssl/test/quic_rcidm_test.c
104
|| !TEST_uint64_t_eq(seq_num_out, 0))
crypto/openssl/test/quic_rcidm_test.c
115
|| !TEST_uint64_t_eq(seq_num_out, 0)
crypto/openssl/test/quic_rcidm_test.c
117
|| !TEST_uint64_t_eq(seq_num_out, 0)
crypto/openssl/test/quic_rcidm_test.c
119
|| !TEST_uint64_t_eq(seq_num_out, 2))
crypto/openssl/test/quic_record_test.c
2088
if (!TEST_uint64_t_eq(ossl_qrx_get_key_epoch(s.qrx),
crypto/openssl/test/quic_record_test.c
2097
if (!TEST_uint64_t_eq(last_key_epoch, op->largest_pn))
crypto/openssl/test/quic_record_test.c
3866
if (!TEST_uint64_t_eq(old_value + 1, new_value))
crypto/openssl/test/quic_record_test_util.h
37
|| !TEST_uint64_t_eq(a->len, b->len))
crypto/openssl/test/quic_srtm_test.c
44
|| !TEST_uint64_t_eq(seq_num, 0)
crypto/openssl/test/quic_srtm_test.c
47
|| !TEST_uint64_t_eq(seq_num, 3)
crypto/openssl/test/quic_srtm_test.c
50
|| !TEST_uint64_t_eq(seq_num, 2)
crypto/openssl/test/quic_srtm_test.c
53
|| !TEST_uint64_t_eq(seq_num, 1)
crypto/openssl/test/quic_srtm_test.c
56
|| !TEST_uint64_t_eq(seq_num, 0)
crypto/openssl/test/quic_srtm_test.c
61
|| !TEST_uint64_t_eq(seq_num, 0)
crypto/openssl/test/quic_srtm_test.c
64
|| !TEST_uint64_t_eq(seq_num, 0)
crypto/openssl/test/quic_stream_test.c
119
|| !TEST_uint64_t_eq(hdr.offset, 4)
crypto/openssl/test/quic_stream_test.c
120
|| !TEST_uint64_t_eq(hdr.len, 3)
crypto/openssl/test/quic_stream_test.c
162
|| !TEST_uint64_t_eq(hdr.offset, 16)
crypto/openssl/test/quic_stream_test.c
163
|| !TEST_uint64_t_eq(hdr.len, 0)
crypto/openssl/test/quic_stream_test.c
187
|| !TEST_uint64_t_eq(hdr.offset, 16)
crypto/openssl/test/quic_stream_test.c
188
|| !TEST_uint64_t_eq(hdr.len, 0)
crypto/openssl/test/quic_stream_test.c
322
if (!TEST_uint64_t_eq(cur_rd, hdr.len))
crypto/openssl/test/quic_stream_test.c
76
|| !TEST_uint64_t_eq(hdr.offset, 0)
crypto/openssl/test/quic_stream_test.c
77
|| !TEST_uint64_t_eq(hdr.len, sizeof(data_1))
crypto/openssl/test/quic_stream_test.c
93
|| !TEST_uint64_t_eq(hdr.offset, 8)
crypto/openssl/test/quic_stream_test.c
94
|| !TEST_uint64_t_eq(hdr.len, sizeof(data_1) - 8)
crypto/openssl/test/quic_txp_test.c
1025
if (!TEST_uint64_t_eq(h->frame.stop_sending.stream_id, 42)
crypto/openssl/test/quic_txp_test.c
1026
|| !TEST_uint64_t_eq(h->frame.stop_sending.app_error_code, 4568))
crypto/openssl/test/quic_txp_test.c
1057
if (!TEST_uint64_t_eq(h->frame.reset_stream.stream_id, 42)
crypto/openssl/test/quic_txp_test.c
1058
|| !TEST_uint64_t_eq(h->frame.reset_stream.app_error_code, 4568)
crypto/openssl/test/quic_txp_test.c
1059
|| !TEST_uint64_t_eq(h->frame.reset_stream.final_size, 0))
crypto/openssl/test/quic_txp_test.c
1106
|| !TEST_uint64_t_eq(h->frame.conn_close.frame_type,
crypto/openssl/test/quic_txp_test.c
1108
|| !TEST_uint64_t_eq(h->frame.conn_close.error_code, 2345)
crypto/openssl/test/quic_txp_test.c
1351
if (!TEST_uint64_t_eq(h.frame_type, op->arg0))
crypto/openssl/test/quic_txp_test.c
459
if (!TEST_uint64_t_eq(h->frame.new_conn_id.seq_num, 2345)
crypto/openssl/test/quic_txp_test.c
460
|| !TEST_uint64_t_eq(h->frame.new_conn_id.retire_prior_to, 1234)
crypto/openssl/test/quic_txpim_test.c
47
if (!TEST_uint64_t_eq(rchunks[0].stream_id, 98)
crypto/openssl/test/quic_txpim_test.c
48
|| !TEST_uint64_t_eq(rchunks[1].stream_id, 99)
crypto/openssl/test/quic_txpim_test.c
49
|| !TEST_uint64_t_eq(rchunks[2].stream_id, 100))
crypto/openssl/test/quic_wire_test.c
1035
if (!TEST_uint64_t_eq(f.error_code, 0x1234))
crypto/openssl/test/quic_wire_test.c
1038
if (!TEST_uint64_t_eq(f.frame_type, 0x9781))
crypto/openssl/test/quic_wire_test.c
1117
&& !TEST_uint64_t_eq(id, 0x1234))
crypto/openssl/test/quic_wire_test.c
113
if (ret == 1 && !TEST_uint64_t_eq(peek_total_ranges, 2))
crypto/openssl/test/quic_wire_test.c
1132
&& !TEST_uint64_t_eq(id, 0x1234))
crypto/openssl/test/quic_wire_test.c
1145
&& !TEST_uint64_t_eq(id, 0x9781))
crypto/openssl/test/quic_wire_test.c
1160
&& !TEST_uint64_t_eq(id, 0x9781))
crypto/openssl/test/quic_wire_test.c
119
if (!TEST_uint64_t_eq(total_ranges, peek_total_ranges))
crypto/openssl/test/quic_wire_test.c
1202
&& !TEST_uint64_t_eq(id, 0x1234))
crypto/openssl/test/quic_wire_test.c
1206
&& !TEST_uint64_t_eq(value, 0x9781))
crypto/openssl/test/quic_wire_test.c
1215
&& !TEST_uint64_t_eq(id, 0x2233))
crypto/openssl/test/quic_wire_test.c
1219
&& !TEST_uint64_t_eq(value, 0x4545))
crypto/openssl/test/quic_wire_test.c
135
if (!TEST_uint64_t_eq(ossl_time2ticks(f.delay_time),
crypto/openssl/test/quic_wire_test.c
142
if (!TEST_uint64_t_eq(f.ect0, encode_case_3_f.ect0))
crypto/openssl/test/quic_wire_test.c
145
if (!TEST_uint64_t_eq(f.ect1, encode_case_3_f.ect1))
crypto/openssl/test/quic_wire_test.c
1450
if (!TEST_uint64_t_eq(total_ranges, peek_total_ranges))
crypto/openssl/test/quic_wire_test.c
148
if (!TEST_uint64_t_eq(f.ecnce, encode_case_3_f.ecnce))
crypto/openssl/test/quic_wire_test.c
1563
if (!TEST_uint64_t_eq(res_pn, t->pn))
crypto/openssl/test/quic_wire_test.c
282
if (!TEST_uint64_t_eq(f.offset, 0x1234))
crypto/openssl/test/quic_wire_test.c
388
if (!TEST_uint64_t_eq(f.stream_id, 0x1234))
crypto/openssl/test/quic_wire_test.c
391
if (!TEST_uint64_t_eq(f.offset, 0))
crypto/openssl/test/quic_wire_test.c
443
if (!TEST_uint64_t_eq(f.stream_id, 0x1234))
crypto/openssl/test/quic_wire_test.c
446
if (!TEST_uint64_t_eq(f.offset, 0x39))
crypto/openssl/test/quic_wire_test.c
485
if (!TEST_uint64_t_eq(max_data, 0x1234))
crypto/openssl/test/quic_wire_test.c
522
if (!TEST_uint64_t_eq(stream_id, 0x1234))
crypto/openssl/test/quic_wire_test.c
525
if (!TEST_uint64_t_eq(max_data, 0x9781))
crypto/openssl/test/quic_wire_test.c
590
&& !TEST_uint64_t_eq(frame_type_1, OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_BIDI))
crypto/openssl/test/quic_wire_test.c
594
&& !TEST_uint64_t_eq(max_streams_1, 0x1234))
crypto/openssl/test/quic_wire_test.c
598
&& !TEST_uint64_t_eq(frame_type_2, OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_UNI))
crypto/openssl/test/quic_wire_test.c
602
&& !TEST_uint64_t_eq(max_streams_2, 0x9781))
crypto/openssl/test/quic_wire_test.c
640
if (!TEST_uint64_t_eq(max_data, 0x1234))
crypto/openssl/test/quic_wire_test.c
677
if (!TEST_uint64_t_eq(stream_id, 0x1234))
crypto/openssl/test/quic_wire_test.c
680
if (!TEST_uint64_t_eq(max_data, 0x9781))
crypto/openssl/test/quic_wire_test.c
744
&& !TEST_uint64_t_eq(frame_type_1, OSSL_QUIC_FRAME_TYPE_STREAMS_BLOCKED_BIDI))
crypto/openssl/test/quic_wire_test.c
748
&& !TEST_uint64_t_eq(max_streams_1, 0x1234))
crypto/openssl/test/quic_wire_test.c
752
&& !TEST_uint64_t_eq(frame_type_2, OSSL_QUIC_FRAME_TYPE_STREAMS_BLOCKED_UNI))
crypto/openssl/test/quic_wire_test.c
756
&& !TEST_uint64_t_eq(max_streams_2, 0x9781))
crypto/openssl/test/quic_wire_test.c
807
if (!TEST_uint64_t_eq(f.seq_num, 0x9781))
crypto/openssl/test/quic_wire_test.c
810
if (!TEST_uint64_t_eq(f.retire_prior_to, 0x1234))
crypto/openssl/test/quic_wire_test.c
813
if (!TEST_uint64_t_eq(f.conn_id.id_len, sizeof(encode_case_16_conn_id)))
crypto/openssl/test/quic_wire_test.c
901
if (!TEST_uint64_t_eq(seq_num, 0x1234))
crypto/openssl/test/quic_wire_test.c
937
if (!TEST_uint64_t_eq(challenge, encode_case_18_data))
crypto/openssl/test/quic_wire_test.c
979
if (!TEST_uint64_t_eq(challenge, encode_case_19_data))
crypto/openssl/test/quicapitest.c
2324
|| !TEST_uint64_t_eq(info.error_code, OSSL_QUIC_ERR_TRANSPORT_PARAMETER_ERROR)
crypto/openssl/test/quicapitest.c
2439
|| !TEST_uint64_t_eq(domain_flags, SSL_DOMAIN_FLAG_SINGLE_THREAD)
crypto/openssl/test/quicapitest.c
2442
|| !TEST_uint64_t_eq(domain_flags, SSL_DOMAIN_FLAG_SINGLE_THREAD)
crypto/openssl/test/quicapitest.c
2445
|| !TEST_uint64_t_eq(domain_flags, SSL_DOMAIN_FLAG_SINGLE_THREAD)
crypto/openssl/test/quicapitest.c
745
if (!TEST_uint64_t_eq(SSL_CTX_get_options(ctx), UINT64_MAX))
crypto/openssl/test/quicapitest.c
758
if (!TEST_uint64_t_eq(SSL_get_options(ssl), OSSL_QUIC_PERMITTED_OPTIONS))
crypto/openssl/test/quicapitest.c
764
if (!TEST_uint64_t_eq(SSL_get_options(ssl), OSSL_QUIC_PERMITTED_OPTIONS))
crypto/openssl/test/quicapitest.c
770
if (!TEST_uint64_t_eq(SSL_get_options(ssl), 0))
crypto/openssl/test/quicfaultstest.c
124
|| !TEST_uint64_t_eq(sid, 1))
crypto/openssl/test/quicfaultstest.c
301
|| !TEST_uint64_t_eq(sid, 1))
crypto/openssl/test/radix/quic_ops.c
848
|| !TEST_uint64_t_eq(error_code, cc_info.error_code)) {
crypto/openssl/test/radix/quic_ops.c
921
if (!TEST_uint64_t_eq(actual, expected))
crypto/openssl/test/radix/quic_tests.c
155
if (!TEST_uint64_t_eq(items[i].revents, expected_items[i].revents))
crypto/openssl/test/threadpool_test.c
110
if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0))
crypto/openssl/test/threadpool_test.c
112
if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0))
crypto/openssl/test/threadpool_test.c
120
if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0))
crypto/openssl/test/threadpool_test.c
122
if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0))
crypto/openssl/test/threadpool_test.c
135
if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0))
crypto/openssl/test/threadpool_test.c
142
if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0))
crypto/openssl/test/threadpool_test.c
146
if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0))
crypto/openssl/test/threadpool_test.c
148
if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 1))
crypto/openssl/test/threadpool_test.c
160
if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 1))
crypto/openssl/test/threadpool_test.c
162
if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0))
crypto/openssl/test/wpackettest.c
619
|| !TEST_uint64_t_eq(expected, actual))