Lines Matching refs:TEST_ptr
64 if (!TEST_ptr(new_h1 = ENGINE_new()) in test_engines()
67 || !TEST_ptr(new_h2 = ENGINE_new()) in test_engines()
70 || !TEST_ptr(new_h3 = ENGINE_new()) in test_engines()
73 || !TEST_ptr(new_h4 = ENGINE_new()) in test_engines()
154 if (!TEST_ptr(block[loop] = ENGINE_new()) in test_engines()
262 if (!TEST_ptr(pkey = get_test_pkey())) in test_redirect()
266 if (!TEST_ptr(tmp = OPENSSL_malloc(len))) in test_redirect()
269 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, NULL))) in test_redirect()
281 if (!TEST_ptr(e = ENGINE_new()) in test_redirect()
296 if (!TEST_ptr(test_rsa = EVP_PKEY_meth_new(EVP_PKEY_RSA, 0))) in test_redirect()
301 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, e))) in test_redirect()
313 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, e))) in test_redirect()
326 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, NULL)) in test_redirect()
342 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, NULL)) in test_redirect()
367 if (!TEST_ptr(b = BIO_new_file(test_get_argument(0), "r")) in test_x509_dup_w_engine()
368 || !TEST_ptr(cert = PEM_read_bio_X509(b, NULL, NULL, NULL))) in test_x509_dup_w_engine()
372 if (!TEST_ptr(dupcert = X509_dup(cert))) in test_x509_dup_w_engine()
377 if (!TEST_ptr(pubkey = X509_get_X509_PUBKEY(cert)) in test_x509_dup_w_engine()
378 || !TEST_ptr(duppubkey = X509_PUBKEY_dup(pubkey)) in test_x509_dup_w_engine()
390 if (!TEST_ptr(e = ENGINE_new()) in test_x509_dup_w_engine()
395 if (!TEST_ptr(rsameth = RSA_meth_dup(RSA_get_default_method()))) in test_x509_dup_w_engine()
404 || !TEST_ptr(cert = PEM_read_bio_X509(b, NULL, NULL, NULL))) in test_x509_dup_w_engine()
408 if (!TEST_ptr(dupcert = X509_dup(cert))) in test_x509_dup_w_engine()
411 if (!TEST_ptr(pubkey = X509_get_X509_PUBKEY(cert)) in test_x509_dup_w_engine()
412 || !TEST_ptr(duppubkey = X509_PUBKEY_dup(pubkey)) in test_x509_dup_w_engine()