Searched refs:g1_b (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | ectest.c | 2160 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, in cardinality_test() local 2176 g1_b = BN_CTX_get(ctx); in cardinality_test() 2184 || !TEST_true(EC_GROUP_get_curve(g1, g1_p, g1_a, g1_b, ctx)) in cardinality_test() 2192 EC_GROUP_new_curve_GF2m(g1_p, g1_a, g1_b, ctx) : in cardinality_test() 2193 EC_GROUP_new_curve_GFp(g1_p, g1_a, g1_b, ctx)) in cardinality_test() 2196 || !TEST_ptr(g2 = EC_GROUP_new_curve_GFp(g1_p, g1_a, g1_b, ctx)) in cardinality_test()
|