Home
last modified time | relevance | path

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

/openssl/test/
H A Dparam_build_test.c92 BIGNUM *nbn = NULL, *nbn_res = NULL; in template_public_test() local
212 || !TEST_true(OSSL_PARAM_get_BN(p, &nbn_res)) in template_public_test()
213 || !TEST_BN_eq(nbn_res, nbn)) in template_public_test()
228 BN_free(nbn_res); in template_public_test()
248 BIGNUM *nbn = NULL, *nbn_res = NULL; in template_private_test() local
374 || !TEST_true(OSSL_PARAM_get_BN(p, &nbn_res)) in template_private_test()
376 || !TEST_BN_eq(nbn_res, nbn)) in template_private_test()
392 BN_free(nbn_res); in template_private_test()

Completed in 6 milliseconds