/freebsd/crypto/openssl/test/ |
H A D | tls13ccstest.c | 383 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs() 399 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs() 407 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs() 423 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs() 431 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs() 447 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs() 455 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs() 471 || !TEST_size_t_gt(chsessidlen, 0)) in test_tls13ccs()
|
H A D | ml_kem_evp_extra_test.c | 132 if (!TEST_size_t_gt(publen, 0)) in test_ml_kem() 158 if (!TEST_size_t_gt(wrpkeylen, 0) || !TEST_size_t_gt(bgenkeylen, 0)) in test_ml_kem() 184 if (!TEST_size_t_gt(agenkeylen, 0)) in test_ml_kem()
|
H A D | provider_test.c | 93 || !TEST_size_t_gt(greeting_request[0].data_size, 0) in test_provider() 184 || !TEST_size_t_gt(greeting_request[0].data_size, 0) in test_provider_ex()
|
H A D | provider_internal_test.c | 32 && TEST_size_t_gt(greeting_request[0].data_size, 0) in test_provider()
|
H A D | quic_stream_test.c | 75 || !TEST_size_t_gt(num_iov, 0) in test_sstream_simple() 92 || !TEST_size_t_gt(num_iov, 0) in test_sstream_simple() 118 || !TEST_size_t_gt(num_iov, 0) in test_sstream_simple()
|
H A D | quic_qlog_test.c | 142 if (!TEST_size_t_gt(buf_len, 0)) in test_qlog()
|
H A D | test_test.c | 182 || !TEST(1, TEST_size_t_gt((size_t)52, (size_t)33)) in test_size_t() 183 || !TEST(0, TEST_size_t_gt((size_t)33, (size_t)52)) in test_size_t()
|
H A D | cert_comp_test.c | 96 if (!TEST_size_t_gt(comp_len = SSL_get1_compressed_cert(ssl, alg, &comp_data, &orig_len), 0)) in ssl_comp_cert()
|
H A D | params_test.c | 189 if (!TEST_size_t_gt(params->data_size, params->return_size)) in raw_get_params() 194 if (!TEST_size_t_gt(params->data_size, params->return_size)) in raw_get_params()
|
H A D | sslbuffertest.c | 270 || !TEST_size_t_gt(readbytes, SSL3_RT_HEADER_LENGTH)) in test_free_buffers()
|
H A D | sm2_internal_test.c | 42 if (!TEST_ptr(fake_rand_bytes) || !TEST_size_t_gt(fake_rand_size, 0)) in get_faked_bytes()
|
H A D | igetest.c | 322 if (!TEST_size_t_gt(matches, ctsize / 2)) in test_ige_garble_forwards()
|
H A D | quic_txp_test.c | 1238 if (!TEST_size_t_gt(i, 0)) in try_big_token() 1314 && !TEST_size_t_gt(status.sent_pkt, 0)) in run_script()
|
H A D | endecoder_legacy_test.c | 460 || !TEST_size_t_gt(der_legacy_len = i2d(legacy_key, &der_legacy), 0) in test_DER()
|
H A D | property_test.c | 672 if (!TEST_size_t_gt(bufsize, 0)) in test_property_list_to_string()
|
H A D | testutil.h | 492 # define TEST_size_t_gt(a, b) test_size_t_gt(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | quic_multistream_test.c | 1204 if (!TEST_size_t_gt(op->arg1, 0)) in run_script_worker() 1228 if (!TEST_size_t_gt(repeat_stack_len, 0)) in run_script_worker() 5253 if (!TEST_size_t_gt(new_session_count, 0)) in check_got_session_ticket()
|
H A D | hpke_test.c | 1289 if (!TEST_size_t_gt(expanded, clearlen)) { in test_hpke_grease()
|
H A D | quicapitest.c | 2138 if (!TEST_size_t_gt(data_len, 0)) in tparam_handle()
|
H A D | ectest.c | 2125 || !TEST_size_t_gt(bsize = EC_POINT_point2oct( in ossl_parameter_test()
|
H A D | sslapitest.c | 3642 || !TEST_size_t_gt(rawread, SSL3_RT_HEADER_LENGTH)) in test_early_data_read_write() 9885 if (!TEST_size_t_gt(groups_len, 0) in test_configuration_of_groups() 12669 || !TEST_size_t_gt(bytes_read, 0)) { in crypto_release_rcd_cb()
|