Searched refs:TEST_int_le (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/test/ |
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()
|
D | rsa_test.c | 333 if (!TEST_int_le(num, 0)) in test_rsa_oaep() 342 if (!TEST_int_le(num, 0)) in test_rsa_oaep()
|
D | servername_test.c | 115 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_before_state() 164 if (!TEST_int_le(SSL_connect(con), 0)) in client_setup_sni_after_state()
|
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()
|
D | bad_dtls_test.c | 514 if (!TEST_int_le(ret, 0) in test_bad_dtls() 521 if (!TEST_int_le(ret, 0) in test_bad_dtls() 528 if (!TEST_int_le(ret, 0) in test_bad_dtls()
|
D | rdrand_sanitytest.c | 73 if (!TEST_int_le(zero_words, max_zero_words)) in sanity_check_bytes()
|
D | enginetest.c | 286 || !TEST_int_le(EVP_PKEY_set1_engine(pkey, e), 0)) in test_redirect() 298 if (!TEST_int_le(EVP_PKEY_encrypt_init(ctx), 0)) in test_redirect()
|
D | ecdsatest.c | 70 || !TEST_int_le(BN_num_bytes(tmp), num) in fbytes() 240 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
|
D | recordlentest.c | 139 if (!TEST_int_le(SSL_accept(serverssl), 0)) in test_record_overflow()
|
D | siphash_internal_test.c | 189 if (!TEST_int_le(inlen, sizeof(in))) in test_siphash()
|
D | igetest.c | 152 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE)) in test_ige_vectors() 193 if (!TEST_int_le(v->length, MAX_VECTOR_SIZE)) in test_bi_ige_vectors()
|
D | ssl_test.c | 93 if (!TEST_int_le(result->client_num_fatal_alerts_sent, 1)) in check_alerts() 95 if (!TEST_int_le(result->server_num_fatal_alerts_sent, 1)) in check_alerts()
|
D | clienthellotest.c | 184 if (!TEST_int_le(SSL_connect(con), 0)) { in test_client_hello()
|
D | drbgtest.c | 609 if (!TEST_int_le(public->reseed_counter, master->reseed_counter) in test_drbg_reseed() 610 || !TEST_int_le(private->reseed_counter, master->reseed_counter)) in test_drbg_reseed()
|
D | tls13ccstest.c | 350 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_tls13ccs()
|
D | testutil.h | 294 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) macro
|
D | sslapitest.c | 1369 || !TEST_int_le(SSL_read(cssl, NULL, 0), 0) in post_handshake_verify() 1370 || !TEST_int_le(SSL_read(sssl, NULL, 0), 0) in post_handshake_verify() 3197 if (!TEST_int_le(SSL_accept(serverssl), 0) in test_early_data_not_expected() 4468 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat() 4483 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat() 4932 if (!TEST_int_le(SSL_connect(con), 0)) { in test_max_fragment_len_ext()
|
D | handshake_helper.c | 836 if (!TEST_int_le(ret, peer->bytes_to_read)) { in do_app_data_step()
|