/openssl-master/test/ |
A D | fatalerrtest.c | 67 if (!TEST_int_le(len = SSL_read(sssl, buf, sizeof(buf) - 1), 0)) { in test_fatalerr() 72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0)) in test_fatalerr()
|
A D | rsa_test.c | 310 if (!TEST_int_le(num, 0)) in test_rsa_oaep() 319 if (!TEST_int_le(num, 0)) in test_rsa_oaep() 369 if (!TEST_ptr(key) || !TEST_int_le(bytes, (int)sizeof(num))) in test_rsa_security_bit()
|
A D | servername_test.c | 132 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_before_state() 185 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_after_state()
|
A D | rand_test.c | 32 || !TEST_int_le(RAND_priv_bytes(outbuf, sizeof(outbuf) + 1), 0) in test_rand()
|
A D | test_test.c | 41 | !TEST(1, TEST_int_le(4, 9)) in test_int() 42 | !TEST(1, TEST_int_le(5, 5)) in test_int() 43 | !TEST(0, TEST_int_le(9, 4)) in test_int() 462 && TEST_int_le(5, i++) in test_single_eval()
|
A D | bad_dtls_test.c | 535 if (!TEST_int_le(ret, 0) in test_bad_dtls() 542 if (!TEST_int_le(ret, 0) in test_bad_dtls() 549 if (!TEST_int_le(ret, 0) in test_bad_dtls()
|
A D | rdrand_sanitytest.c | 69 if (!TEST_int_le(zero_words, max_zero_words)) in sanity_check_bytes()
|
A D | bio_readbuffer_test.c | 63 || !TEST_int_le(len, (int)sizeof(buf) - 1)) in test_readbuffer_file_bio()
|
A D | asn1_internal_test.c | 143 if (TEST_int_le(i2d_RSAPrivateKey(rsa, NULL), 0)) in test_empty_nonoptional_content()
|
A D | dhtest.c | 270 if (!TEST_int_le(ossl_dh_compute_key(buf, pub, dh), 0)) in dh_computekey_range_test() 274 || !TEST_int_le(ossl_dh_compute_key(buf, pub, dh), 0)) in dh_computekey_range_test() 278 || !TEST_int_le(ossl_dh_compute_key(buf, pub, dh), 0)) in dh_computekey_range_test()
|
A D | ecdsatest.c | 48 || !TEST_int_le(BN_num_bytes(tmp), num) in fbytes() 252 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
|
A D | enginetest.c | 291 || !TEST_int_le(EVP_PKEY_set1_engine(pkey, e), 0)) in test_redirect() 303 if (!TEST_int_le(EVP_PKEY_encrypt_init(ctx), 0)) in test_redirect()
|
A D | recordlentest.c | 141 if (!TEST_int_le(SSL_accept(serverssl), 0)) in test_record_overflow()
|
A D | siphash_internal_test.c | 188 if (!TEST_int_le(inlen, sizeof(in))) in test_siphash()
|
A D | igetest.c | 157 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE)) in test_ige_vectors() 198 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE)) in test_bi_ige_vectors()
|
A D | clienthellotest.c | 189 if (!TEST_int_le(SSL_connect(con), 0)) { in test_client_hello()
|
A D | ssl_test.c | 96 if (!TEST_int_le(result->client_num_fatal_alerts_sent, 1)) in check_alerts() 98 if (!TEST_int_le(result->server_num_fatal_alerts_sent, 1)) in check_alerts()
|
A D | dtlstest.c | 425 if (!TEST_int_le(ret = SSL_accept(serverssl), 0)) in test_just_finished()
|
A D | tls13ccstest.c | 357 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_tls13ccs()
|
A D | ectest.c | 1570 if (!TEST_int_le(EC_GROUP_check_named_curve(group, 0, NULL), 0)) in check_named_curve_test() 1639 if (!TEST_int_le(EC_GROUP_check_named_curve(gtest, 0, NULL), 0)) in check_named_curve_test() 1647 if (!TEST_int_le(EC_GROUP_check_named_curve(gtest, 0, NULL), 0)) in check_named_curve_test() 1655 if (!TEST_int_le(EC_GROUP_check_named_curve(gtest, 0, NULL), 0)) in check_named_curve_test() 2278 if (!TEST_int_le(EC_KEY_set_public_key_affine_coordinates(key, x, y), 0)) in check_ec_key_field_public_range_test() 2886 || !TEST_int_le(sslen, t) in custom_params_test() 2936 || !TEST_int_le(sslen, t) in custom_params_test()
|
A D | testutil.h | 394 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) macro
|
A D | sslapitest.c | 2215 || !TEST_int_le(SSL_read(cssl, NULL, 0), 0) in post_handshake_verify() 2216 || !TEST_int_le(SSL_read(sssl, NULL, 0), 0) in post_handshake_verify() 4213 if (!TEST_int_le(SSL_accept(serverssl), 0) in test_early_data_not_expected() 5924 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat() 5939 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat() 6651 if (!TEST_int_le(SSL_connect(con), 0)) { in test_max_fragment_len_ext() 9307 if (!TEST_int_le(SSL_connect(clientssl), 0) in test_dh_auto() 9308 || !TEST_int_le(SSL_accept(serverssl), 0)) in test_dh_auto()
|
A D | evp_extra_test.c | 1054 || !TEST_int_le(EVP_PKEY_sign(ctx, sig, &shortsig_len, tbs, in test_EVP_PKEY_sign()
|
/openssl-master/test/helpers/ |
A D | handshake.c | 802 if (!TEST_int_le(ret, peer->bytes_to_read)) { in do_app_data_step()
|