Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dectest.c2651 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, in cardinality_test() local
2666 g1_a = BN_CTX_get(ctx); in cardinality_test()
2675 || !TEST_true(EC_GROUP_get_curve(g1, g1_p, g1_a, g1_b, ctx)) in cardinality_test()
2682 …(g2 = (is_binary) ? EC_GROUP_new_curve_GF2m(g1_p, g1_a, g1_b, ctx) : EC_GROUP_new_curve_GFp(g1_p, in cardinality_test()
2685 || !TEST_ptr(g2 = EC_GROUP_new_curve_GFp(g1_p, g1_a, g1_b, ctx)) in cardinality_test()