Searched refs:bn_res (Results 1 – 1 of 1) sorted by relevance
89 BIGNUM *bn = NULL, *bn_res = NULL; in template_public_test() local200 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_res)) in template_public_test()201 || !TEST_int_eq(BN_cmp(bn_res, bn), 0)) in template_public_test()214 BN_free(bn_res); in template_public_test()233 BIGNUM *bn = NULL, *bn_res = NULL; in template_private_test() local347 || !TEST_true(OSSL_PARAM_get_BN(p, &bn_res)) in template_private_test()349 || !TEST_int_eq(BN_cmp(bn_res, bn), 0)) in template_private_test()363 BN_free(bn_res); in template_private_test()