Home
last modified time | relevance | path

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

/openssl/test/
H A Dparam_build_test.c23 BIGNUM *pbn = NULL, *pbn_res = NULL; in template_public_test() local
130 || !TEST_true(OSSL_PARAM_get_BN(p, &pbn_res)) in template_public_test()
131 || !TEST_BN_eq(pbn_res, pbn) in template_public_test()
148 BN_free(pbn_res); in template_public_test()
168 BIGNUM *pbn = NULL, *pbn_res = NULL; in template_private_test() local
277 || !TEST_true(OSSL_PARAM_get_BN(p, &pbn_res)) in template_private_test()
279 || !TEST_BN_eq(pbn_res, pbn) in template_private_test()
299 BN_free(pbn_res); in template_private_test()

Completed in 26 milliseconds