Searched refs:zbn_res (Results 1 – 1 of 1) sorted by relevance
23 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_public_single_zero_test() local37 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_public_single_zero_test()38 || !TEST_BN_eq(zbn_res, zbn)) in template_public_single_zero_test()47 BN_free(zbn_res); in template_public_single_zero_test()55 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_private_single_zero_test() local70 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_private_single_zero_test()72 || !TEST_BN_eq(zbn_res, zbn)) in template_private_single_zero_test()81 BN_free(zbn_res); in template_private_single_zero_test()90 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_public_test() local194 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_public_test()[all …]