Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dectest.c2160 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, in cardinality_test() local
2175 g1_a = 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()
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dectest.c1982 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, in cardinality_test() local
1998 g1_a = BN_CTX_get(ctx); in cardinality_test()
2007 || !TEST_true(EC_GROUP_get_curve(g1, g1_p, g1_a, g1_b, ctx)) in cardinality_test()
2013 || !TEST_true(EC_GROUP_set_curve(g2, g1_p, g1_a, g1_b, ctx)) in cardinality_test()