Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
Drsa_test.c333 if (!TEST_int_le(num, 0)) in test_rsa_oaep()
342 if (!TEST_int_le(num, 0)) in test_rsa_oaep()
Dservername_test.c115 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()
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()
Dbad_dtls_test.c514 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()
Drdrand_sanitytest.c73 if (!TEST_int_le(zero_words, max_zero_words)) in sanity_check_bytes()
Denginetest.c286 || !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()
Decdsatest.c70 || !TEST_int_le(BN_num_bytes(tmp), num) in fbytes()
240 || !TEST_int_le(sig_len, ECDSA_size(eckey)) in test_builtin()
Drecordlentest.c139 if (!TEST_int_le(SSL_accept(serverssl), 0)) in test_record_overflow()
Dsiphash_internal_test.c189 if (!TEST_int_le(inlen, sizeof(in))) in test_siphash()
Digetest.c152 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()
Dssl_test.c93 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()
Dclienthellotest.c184 if (!TEST_int_le(SSL_connect(con), 0)) { in test_client_hello()
Ddrbgtest.c609 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()
Dtls13ccstest.c350 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_tls13ccs()
Dtestutil.h294 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) macro
Dsslapitest.c1369 || !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()
Dhandshake_helper.c836 if (!TEST_int_le(ret, peer->bytes_to_read)) { in do_app_data_step()