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() local39 || !TEST_BN_eq(zbn_res, zbn)) in template_public_single_zero_test()48 BN_free(zbn_res); in template_public_single_zero_test()56 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_private_single_zero_test() local73 || !TEST_BN_eq(zbn_res, zbn)) in template_private_single_zero_test()82 BN_free(zbn_res); in template_private_single_zero_test()90 BIGNUM *zbn = NULL, *zbn_res = NULL; in template_public_test() local201 || !TEST_BN_eq(zbn_res, zbn) in template_public_test()224 BN_free(zbn_res); in template_public_test()360 || !TEST_BN_eq(zbn_res, zbn) in template_private_test()[all …]
Completed in 4 milliseconds