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