Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dparam_build_test.c23 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_public_single_zero_test() local
37 || !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() local
70 || !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() local
194 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res)) in template_public_test()
[all …]