Home
last modified time | relevance | path

Searched refs:TEST_int_ge (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Ddrbgtest.c242 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed()
248 if (!TEST_int_ge(reseed_counter(public), public_reseed) in test_drbg_reseed()
256 if (!TEST_int_ge(reseed_counter(private), private_reseed) in test_drbg_reseed()
346 if (!TEST_int_ge(pipe(fd), 0)) in test_drbg_reseed_in_child()
349 if (!TEST_int_ge(pid = fork(), 0)) { in test_drbg_reseed_in_child()
H A Dthreadstest.c407 if (!TEST_int_ge(EVP_PKEY_encrypt_init(ctx), 0) in thread_shared_evp_pkey()
408 || !TEST_int_ge(EVP_PKEY_encrypt(ctx, ctbuf, &ctlen, in thread_shared_evp_pkey()
420 if (!TEST_int_ge(EVP_PKEY_decrypt_init(ctx), 0) in thread_shared_evp_pkey()
H A Drdrand_sanitytest.c72 if (!TEST_int_ge(failures, min_failures)) in sanity_check_bytes()
H A Dalgorithmid_test.c47 if (!TEST_int_ge(algid_legacy_len = i2d_X509_ALGOR(alg, &algid_legacy), 0)) in test_spki_aid()
149 if (!TEST_int_ge(algid_legacy_len = i2d_X509_ALGOR(alg, &algid_legacy), 0)) in test_x509_sig_aid()
H A Dtest_test.c46 || !TEST(1, TEST_int_ge(8, 5)) in test_int()
47 || !TEST(1, TEST_int_ge(6, 6)) in test_int()
48 || !TEST(0, TEST_int_ge(5, 8))) in test_int()
H A Dv3nametest.c296 if (!TEST_int_ge(ret = X509_check_host(crt, name, namelen, 0, NULL), in run_cert()
310 if (!TEST_int_ge(ret = X509_check_host(crt, name, namelen, in run_cert()
H A Dd2i_test.c71 if (!TEST_int_ge(len, 0)) in test_bad_asn1()
H A Ddtlsv1listentest.c320 if (!TEST_int_ge(ret = DTLSv1_listen(ssl, peer), 0)) in dtls_listen_test()
H A Dct_test.c190 if (!TEST_int_ge(SCT_LIST_validate(scts, policy_ctx), 0)) in assert_validity()
241 if (!TEST_int_ge(sct_text_len, 0)) in execute_cert_test()
H A Dprovfetchtest.c274 || !TEST_int_ge(RAND_bytes_ex(libctx, buf, sizeof(buf), 0), 1)) in fetch_test()
H A Dsslcorrupttest.c231 if (!TEST_int_ge(SSL_write(client, junk, sizeof(junk)), 0)) in test_ssl_corrupt()
H A Ddanetest.c81 if (!TEST_int_ge(ret = X509_STORE_CTX_verify(store_ctx), 0)) in verify_chain()
H A Dfake_rsaprov.c339 if (!TEST_int_ge(sigsize, *siglen)) in fake_rsa_sig_sign()
H A Dkeymgmt_internal_test.c95 || !TEST_int_ge(BN_bn2nativepad(n, (unsigned char *)goal, sizeof(*goal)), 0)) in get_ulong_via_BN()
H A Devp_extra_test2.c624 if (!TEST_int_ge(BIO_seek(key_bio, 0), 0)) in test_d2i_PrivateKey_ex()
654 if (!TEST_int_ge(BIO_seek(key_bio, 0), 0)) in test_PEM_read_bio_negative()
H A Decdsatest.c246 if (!TEST_int_ge(temp, 0) in test_builtin()
H A Denginetest.c403 if (!TEST_int_ge(BIO_seek(b, 0), 0) in test_x509_dup_w_engine()
H A Dbad_dtls_test.c338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
H A Dmodes_internal_test.c872 if (!TEST_int_ge(CRYPTO_gcm128_encrypt( &ctx, P.data, out, P.size), 0)) in test_gcm128()
H A Devp_extra_test.c3565 if (!TEST_int_ge(len, 1) in test_ecpub()
3570 if (!TEST_int_ge(len, 1) in test_ecpub()
4583 || !TEST_int_ge(EVP_PKEY_CTX_ctrl(pctx, -1, -1, in test_custom_pmeth()
4587 || !TEST_int_ge(EVP_PKEY_derive_set_peer(pctx, pkey), 1) in test_custom_pmeth()
4588 || !TEST_int_ge(EVP_PKEY_derive(pctx, NULL, &reslen), 1) in test_custom_pmeth()
4590 || !TEST_int_ge(EVP_PKEY_derive(pctx, res, &reslen), 1)) in test_custom_pmeth()
4599 || !TEST_int_ge(EVP_PKEY_CTX_ctrl(pctx, -1, -1, in test_custom_pmeth()
H A Dproperty_test.c253 && TEST_int_ge(ossl_property_match_count(q_combined, prop), 0)) in test_property_merge()
H A Dcmp_protect_test.c116 TEST_int_ge(len, 0) in verify_signature()
H A Dtestutil.h434 # define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dbntest.c1102 if (!TEST_int_ge(s, 0)) { in test_gf2m_modsolvequad()
1177 if (!TEST_int_ge(kronecker = BN_kronecker(a, b, ctx), -1)) in test_kronecker()
2180 if (TEST_int_ge(n_success, binomial_critical)) in test_rand_range()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c1511 if (!TEST_int_ge(ex_data_idx, 0) in do_handshake_internal()

12