Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Drsa_mp_test.c212 || !TEST_int_ne(sk_BIGNUM_push(primes, num), 0) in key2048p3_v2()
214 || !TEST_int_ne(sk_BIGNUM_push(primes, num), 0) in key2048p3_v2()
216 || !TEST_int_ne(sk_BIGNUM_push(primes, num), 0)) in key2048p3_v2()
220 || !TEST_int_ne(sk_BIGNUM_push(exps, num), 0) in key2048p3_v2()
222 || !TEST_int_ne(sk_BIGNUM_push(exps, num), 0) in key2048p3_v2()
224 || !TEST_int_ne(sk_BIGNUM_push(exps, num), 0)) in key2048p3_v2()
228 || !TEST_int_ne(sk_BIGNUM_push(coeffs, num), 0) in key2048p3_v2()
230 || !TEST_int_ne(sk_BIGNUM_push(coeffs, num), 0)) in key2048p3_v2()
H A Dnamemap_internal_test.c27 && TEST_int_ne(ossl_namemap_add_name(nm, 0, NAME1), 0) in test_namemap_empty()
45 return TEST_int_ne(num1, 0) in test_namemap()
46 && TEST_int_ne(num2, 0) in test_namemap()
86 if (!TEST_int_ne(id, 0)) in test_digestbyname()
114 if (!TEST_int_ne(id, 0)) in test_cipherbyname()
H A Dupcallstest.c100 if (!TEST_int_ne(sigalgnid, NID_undef) in obj_create_test()
102 || !TEST_int_ne(digestnid, NID_undef) in obj_create_test()
103 || !TEST_int_ne(signid, NID_undef) in obj_create_test()
H A Dproperty_test.c35 if (!TEST_int_ne(ossl_property_name(NULL, n, 1), 0)) in add_property_names()
59 && TEST_int_ne(ossl_property_name(NULL, "fnord", 1), 0) in test_property_string()
60 && TEST_int_ne(ossl_property_name(NULL, "name", 1), 0) in test_property_string()
63 && TEST_int_ne(i = ossl_property_value(NULL, "no", 0), 0) in test_property_string()
64 && TEST_int_ne(j = ossl_property_value(NULL, "yes", 0), 0) in test_property_string()
65 && TEST_int_ne(i, j) in test_property_string()
68 && TEST_int_ne(i = ossl_property_value(NULL, "illuminati", 1), 0) in test_property_string()
73 && TEST_int_ne(ossl_property_name(NULL, "fnord", 0), in test_property_string()
H A Dasn1_internal_test.c49 if (TEST_int_ne(last_nid, 0)) { in test_tbl_standard()
102 if (TEST_int_ne(last_pkey_id, 0)) { in test_standard_methods()
H A Dossl_store_test.c171 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE) in test_store_attach_unregistered_scheme()
172 && TEST_int_ne(ERR_GET_REASON(ERR_peek_error()), in test_store_attach_unregistered_scheme()
H A Dbn_internal_test.c59 && TEST_int_ne(status, BN_PRIMETEST_PROBABLY_PRIME); in test_is_composite_enhanced()
H A Dtest_test.c37 || !TEST(1, TEST_int_ne(1, 2)) in test_int()
38 || !TEST(0, TEST_int_ne(3, 3)) in test_int()
463 && TEST_int_ne(--i, 5) in test_single_eval()
H A Dx509_time_test.c555 if (!TEST_int_ne(rv = BIO_get_mem_data(m, &pp), 0) in test_x509_time_print_rfc_822()
583 if (!TEST_int_ne(rv = BIO_get_mem_data(m, &pp), 0) in test_x509_time_print_iso_8601()
H A Ddrbgtest.c208 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed()
209 || !TEST_int_ne(public_reseed = reseed_counter(public), 0) in test_drbg_reseed()
210 || !TEST_int_ne(private_reseed = reseed_counter(private), 0)) in test_drbg_reseed()
H A Dsslcorrupttest.c168 if (TEST_int_ne(j, 0)) in setup_cipher_list()
H A Ddhtest.c621 if (!TEST_int_ne(DH_compute_key(Z1, pub_key_tmp, dhA), -1)) in rfc5114_test()
625 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1)) in rfc5114_test()
H A Dalgorithmid_test.c135 if (!TEST_int_ne(sig_nid = OBJ_obj2nid(sig_oid), NID_undef) in test_x509_sig_aid()
H A Dectest.c220 if (!TEST_int_ne(k--, 0)) in prime_field_tests()
1005 if (!TEST_int_ne(k--, 0)) in char2_field_tests()
1891 || !TEST_int_ne((tnid = EC_GROUP_get_curve_name(tgroup)), NID_undef)) in check_named_curve_from_ecparameters()
1915 || !TEST_int_ne((tnid = EC_GROUP_get_curve_name(tgroup)), NID_undef) in check_named_curve_from_ecparameters()
1932 || !TEST_int_ne((tnid = EC_GROUP_get_curve_name(tgroup)), NID_undef) in check_named_curve_from_ecparameters()
1970 || !TEST_int_ne((tnid = EC_GROUP_get_curve_name(tgroup)), NID_undef) in check_named_curve_from_ecparameters()
1981 || !TEST_int_ne((tnid = EC_GROUP_get_curve_name(tgroup)), NID_undef) in check_named_curve_from_ecparameters()
1992 || !TEST_int_ne((tnid = EC_GROUP_get_curve_name(tgroup)), NID_undef) in check_named_curve_from_ecparameters()
H A Dv3nametest.c691 if (!TEST_int_ne(GENERAL_NAME_cmp(namesa[i], namesb[j]), 0)) in test_GENERAL_NAME_cmp()
H A Devp_extra_test2.c650 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
659 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
H A Decdsatest.c317 || !TEST_int_ne(EVP_DigestVerify(mctx, sig, sig_len, tbs, sizeof(tbs)), 1) in test_builtin()
H A Dssl_test.c551 || !TEST_int_ne(NCONF_get_number_e(conf, NULL, "num_tests", in OPT_TEST_DECLARE_USAGE()
H A Devp_libctx_test.c576 && TEST_int_ne(EVP_CIPHER_get_flags(tdes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
H A Dtestutil.h430 # define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dsslapitest.c5171 if (!TEST_int_ne(expectednid, kexch_alg)) in test_negotiated_group()
7399 || !TEST_int_ne(state[++info_cb_this_state].where, 0)) { in sslapi_info_callback()
8875 if (!TEST_int_ne(SSL_SESSION_set_time(early, now - 10), 0) in test_session_timeout()
8876 || !TEST_int_ne(SSL_SESSION_set_time(middle, now), 0) in test_session_timeout()
8877 || !TEST_int_ne(SSL_SESSION_set_time(late, now + 10), 0)) in test_session_timeout()
8880 if (!TEST_int_ne(SSL_SESSION_set_timeout(early, TIMEOUT), 0) in test_session_timeout()
8881 || !TEST_int_ne(SSL_SESSION_set_timeout(middle, TIMEOUT), 0) in test_session_timeout()
8882 || !TEST_int_ne(SSL_SESSION_set_timeout(late, TIMEOUT), 0)) in test_session_timeout()
8943 if (!TEST_int_ne(SSL_SESSION_set_time(early, now), 0) in test_session_timeout()
H A Devp_extra_test.c3235 if (!TEST_int_ne(sizeof(seed) % step, 0) in test_rand_agglomeration()
4696 if (!TEST_int_ne(nid, NID_undef)) in test_custom_md_meth()
4778 if (!TEST_int_ne(nid, NID_undef)) in test_custom_ciph_meth()
H A Devp_pkey_provided_test.c272 || !TEST_int_ne(OSSL_ENCODER_CTX_get_num_encoders(ctx), 0)) in test_print_key_type_using_encoder()
H A Dbntest.c234 && TEST_int_ne(BN_set_bit(a, i), 0) in test_sub()