/openssl-master/test/ |
A D | keymgmt_internal_test.c | 173 if (!TEST_ptr(rsa = RSA_new())) in test_pass_rsa() 176 if (!TEST_ptr(bn1 = BN_new()) in test_pass_rsa() 178 || !TEST_ptr(bn2 = BN_new()) in test_pass_rsa() 180 || !TEST_ptr(bn3 = BN_new()) in test_pass_rsa() 185 if (!TEST_ptr(bn1 = BN_new()) in test_pass_rsa() 187 || !TEST_ptr(bn2 = BN_new()) in test_pass_rsa() 192 if (!TEST_ptr(bn1 = BN_new()) in test_pass_rsa() 194 || !TEST_ptr(bn2 = BN_new()) in test_pass_rsa() 196 || !TEST_ptr(bn3 = BN_new()) in test_pass_rsa() 202 if (!TEST_ptr(bn_primes[0] = BN_new()) in test_pass_rsa() [all …]
|
A D | dhtest.c | 57 if (!TEST_ptr(dh = DH_new()) in dh_test() 58 || !TEST_ptr(p = BN_new()) in dh_test() 59 || !TEST_ptr(q = BN_new()) in dh_test() 60 || !TEST_ptr(g = BN_new()) in dh_test() 135 if (!TEST_ptr(a = DH_new()) in dh_test() 717 if (!TEST_ptr(p) || !TEST_ptr(q) || !TEST_ptr(g)) in dh_test_prime_groups() 762 if (!TEST_ptr(dh1) in dh_get_nid() 763 || !TEST_ptr(dh2)) in dh_get_nid() 768 if (!TEST_ptr(p) in dh_get_nid() 769 || !TEST_ptr(q) in dh_get_nid() [all …]
|
A D | cmp_protect_test.c | 88 int res = TEST_ptr(protection) in execute_calc_protection_pbmac_test() 115 && TEST_ptr(ctx = EVP_MD_CTX_new()) in verify_signature() 132 int ret = (TEST_ptr(protection) in execute_calc_protection_signature_test() 236 if (!TEST_ptr(fixture->msg = in test_MSG_protect_with_certificate_and_key() 255 if (!TEST_ptr(fixture->msg = in test_MSG_protect_certificate_based_without_cert() 340 if (TEST_ptr(chain)) { in execute_cmp_build_cert_chain_test() 348 if (TEST_ptr(store = X509_STORE_new()) in execute_cmp_build_cert_chain_test() 371 if (!TEST_ptr(fixture->certs = sk_X509_new_null()) in test_cmp_build_cert_chain() 397 if (!TEST_ptr(fixture->certs = sk_X509_new_null()) in test_cmp_build_cert_chain_missing_intermediate() 415 if (!TEST_ptr(fixture->certs = sk_X509_new_null()) in test_cmp_build_cert_chain_no_root() [all …]
|
A D | bntest.c | 160 if (!TEST_ptr(a = BN_new()) in test_swap() 233 if (!TEST_ptr(a = BN_new()) in test_sub() 271 if (!TEST_ptr(a = BN_new()) in test_div_recip() 385 if (!TEST_ptr(a = BN_new()) in test_mod() 468 if (!TEST_ptr(a = BN_new()) in test_modexp_mont5() 684 if (!TEST_ptr(a = BN_new()) in test_gf2m_add() 2311 if (!TEST_ptr(r) in test_expmodone() 2312 || !TEST_ptr(a) in test_expmodone() 2313 || !TEST_ptr(p) in test_expmodone() 2314 || !TEST_ptr(p) in test_expmodone() [all …]
|
A D | param_build_test.c | 34 if (!TEST_ptr(bld) in template_public_test() 40 || !TEST_ptr(bn = BN_new()) in template_public_test() 71 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "i")) in template_public_test() 160 || !TEST_ptr(bld = OSSL_PARAM_BLD_new())) in template_private_test() 173 || !TEST_ptr(bn = BN_secure_new()) in template_private_test() 202 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "i")) in template_private_test() 285 if (!TEST_ptr(bld)) in builder_limit_test() 336 if (!TEST_ptr(bld) in builder_merge_test() 342 || !TEST_ptr(bn_priv = BN_secure_new()) in builder_merge_test() 348 if (!TEST_ptr(bld2) in builder_merge_test() [all …]
|
A D | rsa_sp800_56b_test.c | 113 ret = TEST_ptr(e = BN_new()) in test_check_public_exponent() 151 ret = TEST_ptr(p = BN_new()) in test_check_prime_factor_range() 193 ret = TEST_ptr(p = BN_new()) in test_check_prime_factor() 197 && TEST_ptr(e = BN_new()) in test_check_prime_factor() 228 ret = TEST_ptr(key = RSA_new()) in test_check_private_exponent() 230 && TEST_ptr(p = BN_new()) in test_check_private_exponent() 231 && TEST_ptr(q = BN_new()) in test_check_private_exponent() 242 ret = TEST_ptr(e = BN_new()) in test_check_private_exponent() 243 && TEST_ptr(d = BN_new()) in test_check_private_exponent() 244 && TEST_ptr(n = BN_new()) in test_check_private_exponent() [all …]
|
A D | ocspapitest.c | 39 if (!TEST_ptr(cert) || !TEST_ptr(key)) in get_cert_and_key() 59 if (!TEST_ptr(cert)) in get_cert() 87 if (!TEST_ptr(bs) in make_dummy_resp() 88 || !TEST_ptr(thisupd) in make_dummy_resp() 89 || !TEST_ptr(nextupd) in make_dummy_resp() 90 || !TEST_ptr(cid) in make_dummy_resp() 122 if (!TEST_ptr(bs) in test_resp_signer() 123 || !TEST_ptr(extra_certs) in test_resp_signer() 137 if (!TEST_ptr(bs) in test_resp_signer() 158 if (!TEST_ptr(ad)) in test_access_description() [all …]
|
A D | pem_read_depr_test.c | 47 if (!TEST_ptr(infile)) in test_read_dh_params() 51 if (!TEST_ptr(dh)) in test_read_dh_params() 68 if (!TEST_ptr(infile)) in test_read_dh_x942_params() 72 if (!TEST_ptr(dh)) in test_read_dh_x942_params() 91 if (!TEST_ptr(infile)) in test_read_dsa_params() 95 if (!TEST_ptr(dsa)) in test_read_dsa_params() 112 if (!TEST_ptr(infile)) in test_read_dsa_private() 116 if (!TEST_ptr(dsa)) in test_read_dsa_private() 137 if (!TEST_ptr(dsa)) in test_read_dsa_public() 159 if (!TEST_ptr(rsa)) in test_read_rsa_private() [all …]
|
A D | ectest.c | 47 if (!TEST_ptr(n1 = BN_new()) in group_order_tests() 48 || !TEST_ptr(n2 = BN_new()) in group_order_tests() 49 || !TEST_ptr(order = BN_new()) in group_order_tests() 175 || !TEST_ptr(p = BN_new()) in prime_field_tests() 176 || !TEST_ptr(a = BN_new()) in prime_field_tests() 177 || !TEST_ptr(b = BN_new()) in prime_field_tests() 200 || !TEST_ptr(x = BN_new()) in prime_field_tests() 201 || !TEST_ptr(y = BN_new()) in prime_field_tests() 202 || !TEST_ptr(z = BN_new()) in prime_field_tests() 2245 if (!TEST_ptr(x = BN_new()) in check_ec_key_field_public_range_test() [all …]
|
A D | rsa_mp_test.c | 171 if (!TEST_ptr(pris) || !TEST_ptr(exps) || !TEST_ptr(coeffs)) in key2048p3_v1() 177 if (!TEST_ptr(pris[0]) || !TEST_ptr(exps[0]) || !TEST_ptr(coeffs[0])) in key2048p3_v1() 206 if (!TEST_ptr(primes = sk_BIGNUM_new_null()) in key2048p3_v2() 207 || !TEST_ptr(exps = sk_BIGNUM_new_null()) in key2048p3_v2() 208 || !TEST_ptr(coeffs = sk_BIGNUM_new_null())) in key2048p3_v2() 211 if (!TEST_ptr(num = BN_bin2bn(p, sizeof(p) - 1, NULL)) in key2048p3_v2() 213 || !TEST_ptr(num = BN_bin2bn(q, sizeof(q) - 1, NULL)) in key2048p3_v2() 219 if (!TEST_ptr(num = BN_bin2bn(dmp1, sizeof(dmp1) - 1, NULL)) in key2048p3_v2() 221 || !TEST_ptr(num = BN_bin2bn(dmq1, sizeof(dmq1) - 1, NULL)) in key2048p3_v2() 227 if (!TEST_ptr(num = BN_bin2bn(iqmp, sizeof(iqmp) - 1, NULL)) in key2048p3_v2() [all …]
|
A D | evp_extra_test.c | 646 if (!TEST_ptr(pkey)) in load_example_hmac_key() 1046 if (!TEST_ptr(ctx) in test_EVP_PKEY_sign() 1052 if (!TEST_ptr(sig) in test_EVP_PKEY_sign() 1173 if (!TEST_ptr(membio) || !TEST_ptr(mdbio)) in test_EVP_DigestSignInit() 2047 if (!TEST_ptr(pkey) in test_set_get_raw_keys_int() 2337 if (!TEST_ptr(xp)) in test_X509_PUBKEY_inplace() 2369 if (!TEST_ptr(xp) in test_X509_PUBKEY_dup() 2417 if (!TEST_ptr(ctx) in test_EVP_PKEY_CTX_get_set_params() 3191 if (!TEST_ptr(ctx) in test_ecpub() 3244 ret = TEST_ptr(md) in test_EVP_rsa_pss_with_keygen_bits() [all …]
|
A D | evp_kdf_test.c | 72 ret = TEST_ptr(params) in test_kdf_tls1_prf() 90 ret = TEST_ptr(params) in test_kdf_tls1_prf_invalid_digest() 109 ret = TEST_ptr(params) in test_kdf_tls1_prf_zero_output_size() 128 ret = TEST_ptr(params) in test_kdf_tls1_prf_empty_secret() 146 ret = TEST_ptr(params) in test_kdf_tls1_prf_1byte_secret() 165 ret = TEST_ptr(params) in test_kdf_tls1_prf_empty_seed() 184 ret = TEST_ptr(params) in test_kdf_tls1_prf_1byte_seed() 232 ret = TEST_ptr(params) in test_kdf_hkdf() 530 if (!TEST_ptr(params) in test_kdf_pbkdf1() 1110 ret = TEST_ptr(kctx) in test_kdf_kbkdf_invalid_digest() [all …]
|
A D | ec_internal_test.c | 36 if (!TEST_ptr(c = BN_CTX_get(ctx)) in group_field_tests() 83 if (!TEST_ptr(ctx = BN_CTX_new())) in field_tests() 89 if (!TEST_ptr(b = BN_CTX_get(ctx)) in field_tests() 178 || !TEST_ptr(ctx = BN_CTX_new()) in field_tests_default() 212 if (!TEST_ptr(ctx)) in underflow_test() 222 if (!TEST_ptr(k)) in underflow_test() 229 if (!TEST_ptr(grp) || !TEST_ptr(P) || !TEST_ptr(Q) || !TEST_ptr(R)) in underflow_test() 279 if (!TEST_ptr(grp) in decoded_flag_test() 286 if (!TEST_ptr(grp) in decoded_flag_test() 305 || !TEST_ptr(key = EC_KEY_new()) in decoded_flag_test() [all …]
|
A D | exptest.c | 54 if (!TEST_ptr(m = BN_new()) in test_mod_exp_zero() 55 || !TEST_ptr(a = BN_new()) in test_mod_exp_zero() 56 || !TEST_ptr(p = BN_new()) in test_mod_exp_zero() 57 || !TEST_ptr(r = BN_new())) in test_mod_exp_zero() 138 if (!TEST_ptr(r_mont = BN_new()) in test_mod_exp() 142 || !TEST_ptr(a = BN_new()) in test_mod_exp() 143 || !TEST_ptr(b = BN_new()) in test_mod_exp() 144 || !TEST_ptr(m = BN_new())) in test_mod_exp() 239 || !TEST_ptr(a1 = BN_new()) in test_mod_exp_x2() 240 || !TEST_ptr(b1 = BN_new()) in test_mod_exp_x2() [all …]
|
A D | context_internal_test.c | 56 return TEST_ptr(data = ossl_lib_ctx_get_data(ctx, 0, &foo_method)) in test_context() 65 TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_app_context() 85 if (!TEST_ptr(global) in test_set0_default() 86 || !TEST_ptr(local) in test_set0_default() 88 || !TEST_ptr(data = ossl_lib_ctx_get_data(local, 0, &foo_method))) in test_set0_default() 97 if (!TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default() 102 if (!TEST_ptr(prev = OSSL_LIB_CTX_set0_default(local)) in test_set0_default() 104 || !TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default() 110 || !TEST_ptr(data = ossl_lib_ctx_get_data(NULL, 0, &foo_method)) in test_set0_default() 119 if (!TEST_ptr(prev = OSSL_LIB_CTX_set0_default(global)) in test_set0_default() [all …]
|
A D | cmp_vfy_test.c | 57 if (!TEST_ptr(fixture = OPENSSL_zalloc(sizeof(*fixture)))) in set_up() 585 if (!TEST_ptr(server_f = test_get_argument(0)) in OPT_TEST_DECLARE_USAGE() 586 || !TEST_ptr(client_f = test_get_argument(1)) in OPT_TEST_DECLARE_USAGE() 587 || !TEST_ptr(endentity1_f = test_get_argument(2)) in OPT_TEST_DECLARE_USAGE() 588 || !TEST_ptr(endentity2_f = test_get_argument(3)) in OPT_TEST_DECLARE_USAGE() 589 || !TEST_ptr(root_f = test_get_argument(4)) in OPT_TEST_DECLARE_USAGE() 593 || !TEST_ptr(ip_waiting_f = test_get_argument(8)) in OPT_TEST_DECLARE_USAGE() 595 || !TEST_ptr(instacert_f = test_get_argument(10)) in OPT_TEST_DECLARE_USAGE() 596 || !TEST_ptr(instaca_f = test_get_argument(11)) in OPT_TEST_DECLARE_USAGE() 609 || !TEST_ptr(root = load_cert_pem(root_f, NULL)) in OPT_TEST_DECLARE_USAGE() [all …]
|
A D | enginetest.c | 63 if (!TEST_ptr(new_h1 = ENGINE_new()) in test_engines() 66 || !TEST_ptr(new_h2 = ENGINE_new()) in test_engines() 69 || !TEST_ptr(new_h3 = ENGINE_new()) in test_engines() 72 || !TEST_ptr(new_h4 = ENGINE_new()) in test_engines() 153 if (!TEST_ptr(block[loop] = ENGINE_new()) in test_engines() 261 if (!TEST_ptr(pkey = get_test_pkey())) in test_redirect() 265 if (!TEST_ptr(tmp = OPENSSL_malloc(len))) in test_redirect() 280 if (!TEST_ptr(e = ENGINE_new()) in test_redirect() 371 if (!TEST_ptr(dupcert = X509_dup(cert))) in test_x509_dup_w_engine() 389 if (!TEST_ptr(e = ENGINE_new()) in test_x509_dup_w_engine() [all …]
|
A D | evp_pkey_provided_test.c | 98 if (!TEST_ptr(fullfile)) in compare_with_file() 102 if (!TEST_ptr(file)) in compare_with_file() 136 if (!TEST_ptr(membio)) in test_print_key_using_pem() 218 if (!TEST_ptr(membio)) in test_print_key_type_using_encoder() 425 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in test_evp_pkey_get_bn_param_large() 585 || !TEST_ptr(q) in test_fromdata_dh_named_group() 765 || !TEST_ptr(q) in test_fromdata_dh_fips186_4() 1030 if (!TEST_ptr(ctx)) in test_fromdata_ecx() 1179 if (!TEST_ptr(ctx)) in test_fromdata_ec() 1284 || !TEST_ptr(param)) in test_ec_dup_no_operation() [all …]
|
A D | evp_libctx_test.c | 114 if (!TEST_ptr(pkey_parm = EVP_PKEY_new()) in test_dsa_param_keygen() 115 || !TEST_ptr(dsa = DSA_new()) in test_dsa_param_keygen() 116 || !TEST_ptr(p = BN_dup(bn[pind])) in test_dsa_param_keygen() 117 || !TEST_ptr(q = BN_dup(bn[qind])) in test_dsa_param_keygen() 118 || !TEST_ptr(g = BN_dup(bn[gind])) in test_dsa_param_keygen() 178 || !TEST_ptr(dh = DH_new()) in do_dh_param_keygen() 179 || !TEST_ptr(p = BN_dup(bn[pind])) in do_dh_param_keygen() 180 || !TEST_ptr(q = BN_dup(bn[qind])) in do_dh_param_keygen() 181 || !TEST_ptr(g = BN_dup(bn[gind])) in do_dh_param_keygen() 506 || !TEST_ptr(ectx = in rsa_keygen() [all …]
|
A D | cmsapitest.c | 32 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt() 39 if (!TEST_ptr(content)) in test_encrypt_decrypt() 282 ret = TEST_ptr(bio = BIO_new_mem_buf(cms_data, sizeof(cms_data))) in test_d2i_CMS_bio_NULL() 283 && TEST_ptr(cms = d2i_CMS_bio(bio, NULL)) in test_d2i_CMS_bio_NULL() 303 if (!TEST_ptr(certin = test_get_argument(0)) in setup_tests() 304 || !TEST_ptr(privkeyin = test_get_argument(1))) in setup_tests() 308 if (!TEST_ptr(certbio)) in setup_tests() 317 if (!TEST_ptr(privkeybio)) { in setup_tests()
|
A D | x509_check_cert_pkey_test.c | 59 if (!TEST_ptr(bio = BIO_new_file(k, "r"))) in test_x509_check_cert_pkey() 62 if (!TEST_ptr(pkey = PEM_read_bio_PrivateKey(bio, NULL, NULL, NULL))) in test_x509_check_cert_pkey() 68 if (!TEST_ptr(bio = BIO_new_file(c, "r"))) in test_x509_check_cert_pkey() 120 if (!TEST_ptr((in = BIO_new_file(file, "r")))) in test_PEM_X509_INFO_read_bio() 163 if (!TEST_ptr(file = test_get_argument(0)) in setup_tests() 164 || !TEST_ptr(num = test_get_argument(1))) in setup_tests() 170 if (!TEST_ptr(c = test_get_argument(0)) in setup_tests() 171 || !TEST_ptr(k = test_get_argument(1)) in setup_tests() 172 || !TEST_ptr(t = test_get_argument(2)) in setup_tests() 173 || !TEST_ptr(e = test_get_argument(3))) { in setup_tests()
|
A D | acvp_test.c | 98 if (!TEST_ptr(sig = OPENSSL_malloc(sz)) in sig_gen() 99 || !TEST_ptr(md_ctx = EVP_MD_CTX_new()) in sig_gen() 159 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in ecdsa_create_pkey() 289 if (!TEST_ptr(sign = ECDSA_SIG_new()) in ecdsa_sigver_test() 464 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in dsa_create_pkey() 630 if (!TEST_ptr(bn_ctx = BN_CTX_new()) in dsa_sigver_test() 637 if (!TEST_ptr(sign = DSA_SIG_new()) in dsa_sigver_test() 684 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in cipher_enc() 734 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in aes_ccm_enc_dec() 821 if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()) in aes_gcm_enc_dec() [all …]
|
A D | evp_extra_test2.c | 328 ret = TEST_ptr(provider = OSSL_PROVIDER_load(NULL, "default")) in test_pkcs8key_nid_bio() 329 && TEST_ptr(enc_bio = BIO_new(BIO_s_mem())) in test_pkcs8key_nid_bio() 330 && TEST_ptr(in = BIO_new_mem_buf(kExampleRSAKeyPKCS8, in test_pkcs8key_nid_bio() 367 if (!TEST_ptr(oldctx = OSSL_LIB_CTX_set0_default(mainctx)) in test_alternative_default() 368 || !TEST_ptr(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_alternative_default() 395 if (!TEST_ptr(provider = OSSL_PROVIDER_load(NULL, "default"))) in test_d2i_PrivateKey_ex() 405 ok = TEST_ptr(pkey = d2i_PrivateKey_bio(key_bio, NULL)); in test_d2i_PrivateKey_ex() 431 if (!TEST_ptr(provider = OSSL_PROVIDER_load(NULL, "default"))) in test_PEM_read_bio_negative() 648 ret = TEST_ptr(p = OSSL_PARAM_locate(params, key)) in do_check_bn() 661 return TEST_ptr(p = OSSL_PARAM_locate(params, key)) in do_check_int() [all …]
|
/openssl-master/test/testutil/ |
A D | load.c | 23 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_cert_pem() 26 && TEST_ptr(cert = X509_new_ex(libctx, NULL))) in load_cert_pem() 27 (void)TEST_ptr(cert = PEM_read_bio_X509(bio, &cert, NULL, NULL)); in load_cert_pem() 39 if (!TEST_ptr(file) || (bio = BIO_new_file(file, "r")) == NULL) in STACK_OF() 74 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_pkey_pem() 79 if (TEST_ptr(key = PEM_read_bio_PrivateKey_ex(bio, NULL, NULL, NULL, in load_pkey_pem() 97 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new_file(file, "rb"))) in load_csr_der() 101 if (TEST_ptr(csr)) in load_csr_der() 102 (void)TEST_ptr(d2i_X509_REQ_bio(bio, &csr)); in load_csr_der()
|
/openssl-master/test/helpers/ |
A D | pkcs12.c | 82 if (!TEST_ptr(cert)) in load_cert_asn1() 93 if (!TEST_ptr(pkey)) in load_pkey_asn1() 106 if (!TEST_ptr(pb)) in new_pkcs12_builder() 163 if (!TEST_ptr(p12)) { in generate_p12() 221 if (!TEST_ptr(p12)) in from_bio_p12() 247 if (!TEST_ptr(p12)) in read_p12() 315 if (!TEST_ptr(p7)) in STACK_OF() 328 if (!TEST_ptr(bags)) in STACK_OF() 396 if (!TEST_ptr(bag)) { in add_certbag() 431 if (!TEST_ptr(bag)) { in add_keybag() [all …]
|