Lines Matching refs:zbn_res
23 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_public_single_zero_test() local
38 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_public_single_zero_test()
39 || !TEST_BN_eq(zbn_res, zbn)) in template_public_single_zero_test()
48 BN_free(zbn_res); in template_public_single_zero_test()
56 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_private_single_zero_test() local
71 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_private_single_zero_test()
73 || !TEST_BN_eq(zbn_res, zbn)) in template_private_single_zero_test()
82 BN_free(zbn_res); in template_private_single_zero_test()
90 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_public_test() local
200 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_public_test()
201 || !TEST_BN_eq(zbn_res, zbn) in template_public_test()
224 BN_free(zbn_res); in template_public_test()
246 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_private_test() local
358 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_private_test()
360 || !TEST_BN_eq(zbn_res, zbn) in template_private_test()
388 BN_free(zbn_res); in template_private_test()