Home
last modified time | relevance | path

Searched refs:TEST_int_le (Results 1 – 24 of 24) sorted by relevance

/openssl-master/test/
A Dfatalerrtest.c67 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 Drsa_test.c310 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 Dservername_test.c132 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 Drand_test.c32 || !TEST_int_le(RAND_priv_bytes(outbuf, sizeof(outbuf) + 1), 0) in test_rand()
A Dtest_test.c41 | !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 Dbad_dtls_test.c535 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 Drdrand_sanitytest.c69 if (!TEST_int_le(zero_words, max_zero_words)) in sanity_check_bytes()
A Dbio_readbuffer_test.c63 || !TEST_int_le(len, (int)sizeof(buf) - 1)) in test_readbuffer_file_bio()
A Dasn1_internal_test.c143 if (TEST_int_le(i2d_RSAPrivateKey(rsa, NULL), 0)) in test_empty_nonoptional_content()
A Ddhtest.c270 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 Decdsatest.c48 || !TEST_int_le(BN_num_bytes(tmp), num) in fbytes()
252 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
A Denginetest.c291 || !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 Drecordlentest.c141 if (!TEST_int_le(SSL_accept(serverssl), 0)) in test_record_overflow()
A Dsiphash_internal_test.c188 if (!TEST_int_le(inlen, sizeof(in))) in test_siphash()
A Digetest.c157 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 Dclienthellotest.c189 if (!TEST_int_le(SSL_connect(con), 0)) { in test_client_hello()
A Dssl_test.c96 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 Ddtlstest.c425 if (!TEST_int_le(ret = SSL_accept(serverssl), 0)) in test_just_finished()
A Dtls13ccstest.c357 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_tls13ccs()
A Dectest.c1570 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 Dtestutil.h394 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) macro
A Dsslapitest.c2215 || !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 Devp_extra_test.c1054 || !TEST_int_le(EVP_PKEY_sign(ctx, sig, &shortsig_len, tbs, in test_EVP_PKEY_sign()
/openssl-master/test/helpers/
A Dhandshake.c802 if (!TEST_int_le(ret, peer->bytes_to_read)) { in do_app_data_step()

Completed in 69 milliseconds