Lines Matching refs:TEST_ptr

26     if (!TEST_ptr(bld = OSSL_PARAM_BLD_new())  in template_public_single_zero_test()
27 || !TEST_ptr(zbn = BN_new()) in template_public_single_zero_test()
29 || !TEST_ptr(params_blt = OSSL_PARAM_BLD_to_param(bld))) in template_public_single_zero_test()
34 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "zeronumber")) in template_public_single_zero_test()
58 if (!TEST_ptr(bld = OSSL_PARAM_BLD_new()) in template_private_single_zero_test()
59 || !TEST_ptr(zbn = BN_secure_new()) in template_private_single_zero_test()
61 || !TEST_ptr(params_blt = OSSL_PARAM_BLD_to_param(bld))) in template_private_single_zero_test()
66 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "zeronumber")) in template_private_single_zero_test()
101 if (!TEST_ptr(bld) in template_public_test()
107 || !TEST_ptr(zbn = BN_new()) in template_public_test()
109 || !TEST_ptr(bn = BN_new()) in template_public_test()
117 || !TEST_ptr(params_blt = OSSL_PARAM_BLD_to_param(bld))) in template_public_test()
140 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "i")) in template_public_test()
147 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i32")) in template_public_test()
154 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i64")) in template_public_test()
161 || !TEST_ptr(p = OSSL_PARAM_locate(params, "l")) in template_public_test()
168 || !TEST_ptr(p = OSSL_PARAM_locate(params, "t")) in template_public_test()
175 || !TEST_ptr(p = OSSL_PARAM_locate(params, "d")) in template_public_test()
182 || !TEST_ptr(p = OSSL_PARAM_locate(params, "utf8_s")) in template_public_test()
187 || !TEST_ptr(p = OSSL_PARAM_locate(params, "utf8_p")) in template_public_test()
191 || !TEST_ptr(p = OSSL_PARAM_locate(params, "zeronumber")) in template_public_test()
197 || !TEST_ptr(p = OSSL_PARAM_locate(params, "bignumber")) in template_public_test()
236 if (!TEST_ptr(data1 = OPENSSL_secure_malloc(data1_size)) in template_private_test()
237 || !TEST_ptr(data2 = OPENSSL_secure_malloc(data2_size)) in template_private_test()
238 || !TEST_ptr(bld = OSSL_PARAM_BLD_new())) in template_private_test()
251 || !TEST_ptr(zbn = BN_secure_new()) in template_private_test()
253 || !TEST_ptr(bn = BN_secure_new()) in template_private_test()
260 || !TEST_ptr(params_blt = OSSL_PARAM_BLD_to_param(bld))) in template_private_test()
282 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "i")) in template_private_test()
290 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i32")) in template_private_test()
298 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i64")) in template_private_test()
306 || !TEST_ptr(p = OSSL_PARAM_locate(params, "l")) in template_private_test()
314 || !TEST_ptr(p = OSSL_PARAM_locate(params, "st")) in template_private_test()
322 || !TEST_ptr(p = OSSL_PARAM_locate(params, "oct_s")) in template_private_test()
328 || !TEST_ptr(p = OSSL_PARAM_locate(params, "oct_p")) in template_private_test()
335 || !TEST_ptr(p = OSSL_PARAM_locate(params, "zeronumber")) in template_private_test()
343 || !TEST_ptr(p = OSSL_PARAM_locate(params, "bignumber")) in template_private_test()
375 if (!TEST_ptr(bld)) in builder_limit_test()
385 if (!TEST_ptr(params = OSSL_PARAM_BLD_to_param(bld))) in builder_limit_test()
397 || !TEST_ptr(params = OSSL_PARAM_BLD_to_param(bld))) in builder_limit_test()
426 if (!TEST_ptr(bld) in builder_merge_test()
432 || !TEST_ptr(bn_priv = BN_secure_new()) in builder_merge_test()
435 || !TEST_ptr(params_blt = OSSL_PARAM_BLD_to_param(bld))) in builder_merge_test()
438 if (!TEST_ptr(bld2) in builder_merge_test()
444 || !TEST_ptr(bn_pub = BN_new()) in builder_merge_test()
447 || !TEST_ptr(params2_blt = OSSL_PARAM_BLD_to_param(bld2))) in builder_merge_test()
450 if (!TEST_ptr(params = OSSL_PARAM_merge(params_blt, params2_blt))) in builder_merge_test()
453 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "i")) in builder_merge_test()
460 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i32")) in builder_merge_test()
467 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i64")) in builder_merge_test()
474 || !TEST_ptr(p = OSSL_PARAM_locate(params, "l")) in builder_merge_test()
481 || !TEST_ptr(p = OSSL_PARAM_locate(params, "st")) in builder_merge_test()
488 || !TEST_ptr(p = OSSL_PARAM_locate(params, "oct_s")) in builder_merge_test()
493 || !TEST_ptr(p = OSSL_PARAM_locate(params, "oct_p")) in builder_merge_test()
498 || !TEST_ptr(p = OSSL_PARAM_locate(params, "bignumber_pub")) in builder_merge_test()
503 || !TEST_ptr(p = OSSL_PARAM_locate(params, "bignumber_priv")) in builder_merge_test()