Home
last modified time | relevance | path

Searched refs:bn_res (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dparam_build_test.c89 BIGNUM *bn = NULL, *bn_res = NULL; in template_public_test() local
200 || !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() local
347 || !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()