/test/ |
A D | pairwise_fail_test.c | 99 if (!TEST_ptr_null(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "RSA", (size_t)2048))) in test_keygen_pairwise_failure() 106 if (!TEST_ptr_null(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "EC", "P-256"))) in test_keygen_pairwise_failure() 123 if (!TEST_ptr_null(pkey)) in test_keygen_pairwise_failure() 134 if (!TEST_ptr_null(pkey)) in test_keygen_pairwise_failure() 145 if (!TEST_ptr_null(pkey)) in test_keygen_pairwise_failure() 156 if (!TEST_ptr_null(pkey)) in test_keygen_pairwise_failure() 167 if (!TEST_ptr_null(pkey)) in test_keygen_pairwise_failure()
|
A D | list_test.c | 128 if (!TEST_ptr_null(c) || !TEST_ptr_null(d)) in test_insert() 145 if (!TEST_ptr_null(c) || !TEST_ptr_null(d)) in test_insert() 169 if (!TEST_ptr_null(ossl_list_int_head(&l)) in test_insert() 170 || !TEST_ptr_null(ossl_list_int_tail(&l))) in test_insert()
|
A D | asn1_string_table_test.c | 24 if (!TEST_ptr_null(tmp)) { in test_string_tbl() 57 if (!TEST_ptr_null(tmp)) { in test_string_tbl() 63 if (!TEST_ptr_null(tmp)) { in test_string_tbl()
|
A D | exdatatest.c | 35 || !TEST_ptr_null(ptr)) in exnew() 79 || !TEST_ptr_null(ptr) in exnew2() 182 if (TEST_ptr_null(ex_data = CRYPTO_get_ex_data(&obj->ex_data, saved_idx3)) in MYOBJ_allochello3() 255 if (!TEST_ptr_null(CRYPTO_get_ex_data(&t1->ex_data, saved_idx3))) in test_exdata() 274 if (!TEST_ptr_null(cp)) in test_exdata() 278 if (!TEST_ptr_null(cp)) in test_exdata()
|
A D | quic_cfq_test.c | 78 if (!TEST_ptr_null(item)) in check() 147 if (!TEST_ptr_null(ossl_quic_cfq_get_priority_head(cfq, pn_space))) in test_cfq() 164 if (!TEST_ptr_null(ossl_quic_cfq_get_priority_head(cfq, pn_space))) in test_cfq()
|
A D | decoder_propq_test.c | 67 if (!TEST_ptr_null(PEM_read_bio_PrivateKey_ex(bio, &privkey, &passcb, NULL, libctx, NULL))) in test_decode_nonfipsalg() 74 …if (!TEST_ptr_null(PEM_read_bio_PrivateKey_ex(bio, &privkey, &passcb, NULL, libctx, "?fips=true"))) in test_decode_nonfipsalg()
|
A D | asn1_decode_test.c | 182 if (!TEST_ptr_null(gentime)) in test_gentime() 206 if (!TEST_ptr_null(utctime)) in test_utctime() 243 if (TEST_ptr_null(tmp)) in test_invalid_template()
|
A D | quic_record_test_util.h | 44 if ((a->token_len == 0 && !TEST_ptr_null(a->token)) in cmp_pkt_hdr() 45 || (b->token_len == 0 && !TEST_ptr_null(b->token))) in cmp_pkt_hdr()
|
A D | property_test.c | 78 && TEST_ptr_null(ossl_property_name_str(ctx, 0)) in test_property_string() 79 && TEST_ptr_null(ossl_property_name_str(ctx, 9)) in test_property_string() 97 && TEST_ptr_null(ossl_property_value_str(ctx, 0)) in test_property_string() 98 && TEST_ptr_null(ossl_property_value_str(ctx, 5)) in test_property_string() 229 if (!TEST_ptr_null(p = ossl_parse_query(NULL, ps, 1))) in test_property_parse_error() 231 } else if (!TEST_ptr_null(p = ossl_parse_property(NULL, ps))) { in test_property_parse_error() 516 || !TEST_ptr_null(result)) { in test_property() 548 || !TEST_ptr_null(result)) { in test_property()
|
A D | sparse_array_test.c | 44 || !TEST_ptr_null(ossl_sa_char_get(sa, 3)) in test_sparse_array() 45 || !TEST_ptr_null(ossl_sa_char_get(sa, 0)) in test_sparse_array() 46 || !TEST_ptr_null(ossl_sa_char_get(sa, UINT_MAX))) in test_sparse_array()
|
A D | cipherbytes_test.c | 34 || !TEST_ptr_null(sk) in test_empty() 35 || !TEST_ptr_null(scsv)) in test_empty()
|
A D | http_test.c | 268 res = res && TEST_ptr_null(rsp) in test_http_keep_alive() 375 && TEST_ptr_null(host) in test_http_url_invalid() 376 && TEST_ptr_null(port) in test_http_url_invalid() 377 && TEST_ptr_null(path); in test_http_url_invalid() 528 res = TEST_ptr_null(mem); in test_http_resp_hdr_limit()
|
A D | threadpool_test.c | 126 if (!TEST_ptr_null(t[0])) in test_thread_internal() 138 if (!TEST_ptr_null(t[0])) in test_thread_internal() 151 if (!TEST_ptr_null(t[0])) in test_thread_internal()
|
A D | pkcs12_api_test.c | 119 if ((has_key && !TEST_ptr(key)) || (!has_key && !TEST_ptr_null(key))) in pkcs12_parse_test() 121 if ((has_cert && !TEST_ptr(cert)) || (!has_cert && !TEST_ptr_null(cert))) in pkcs12_parse_test() 123 if ((has_ca && !TEST_ptr(ca)) || (!has_ca && !TEST_ptr_null(ca))) in pkcs12_parse_test()
|
A D | evp_extra_test2.c | 306 || !TEST_ptr_null(OSSL_PARAM_locate(pub_params, privtag))) in do_pkey_tofrom_data_select() 689 if (!TEST_ptr_null(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_alternative_default() 707 || !TEST_ptr_null(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_alternative_default() 742 if (!TEST_ptr_null(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_provider_unload_effective() 764 if (!TEST_ptr_null(pkey = PEM_read_bio_PrivateKey(key_bio, NULL, NULL, NULL))) in test_d2i_PrivateKey_ex() 793 if (!TEST_ptr_null(pkey = PEM_read_bio_PrivateKey(key_bio, NULL, NULL, NULL))) in test_PEM_read_bio_negative() 802 if (!TEST_ptr_null(pkey = PEM_read_bio_PrivateKey(key_bio, NULL, NULL, NULL))) in test_PEM_read_bio_negative() 846 if (!TEST_ptr_null(read_pkey)) in test_PEM_read_bio_negative_wrong_password() 1133 || !TEST_ptr_null(OSSL_PARAM_locate(to_params, OSSL_PKEY_PARAM_FFC_SEED))) in test_dsa_todata() 1435 if (!TEST_ptr_null(md = EVP_MD_fetch(mainctx, "SHA256:BogusName", NULL))) { in evp_test_name_parsing()
|
A D | crltest.c | 536 if (!TEST_ptr_null(result) in test_reuse_crl() 537 || !TEST_ptr_null(reused_crl)) in test_reuse_crl() 541 if (!TEST_ptr_null(result) in test_reuse_crl()
|
A D | sysdefaulttest.c | 28 if (!TEST_ptr_null(ctx)) in test_func()
|
A D | mem_alloc_test.c | 349 if (!TEST_ptr_null(ret) in check_exp() 362 if (!TEST_ptr_null(ret) in check_exp() 376 if (!TEST_ptr_null(ret) in check_exp() 699 if (IS_FAIL(exp) && !TEST_ptr_null(freeptr)) in test_xaligned_alloc() 704 if (!TEST_ptr_null(ret) || !TEST_ptr_null(freeptr)) in test_xaligned_alloc()
|
A D | defltfips_test.c | 47 if (!TEST_ptr_null(sha256)) { in test_is_fips_enabled()
|
A D | ca_internals_test.c | 57 if (TEST_ptr_null(db)) { in test_do_updatedb()
|
A D | ec_internal_test.c | 180 if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity() 186 if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity() 193 if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity() 335 || !TEST_ptr_null(key->priv_key)) in set_private_key()
|
A D | bio_meth_test.c | 50 if (!TEST_ptr_null(BIO_find_type(bio3, BIO_TYPE_NONE))) in test_bio_meth()
|
A D | bio_core_test.c | 83 || !TEST_ptr_null((cbiobad = BIO_new_from_core_bio(NULL, &corebio))) in test_bio_core()
|
A D | secmemtest.c | 77 TEST_ptr_null(OPENSSL_secure_malloc((size_t)-1)); in test_sec_mem()
|
A D | provider_internal_test.c | 122 if (!TEST_ptr_null(md = EVP_MD_fetch(ctx, "SHA256", NULL))) { in test_cache_flushes()
|