Home
last modified time | relevance | path

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

/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
2000 g1_x = BN_CTX_get(ctx); in cardinality_test()
2009 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx)) in cardinality_test()
2015 || !TEST_true(EC_POINT_set_affine_coordinates(g2, g2_gen, g1_x, g1_y, ctx)) in cardinality_test()
/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
2177 g1_x = BN_CTX_get(ctx); in cardinality_test()
2186 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx)) in cardinality_test()
2199 || !TEST_true(EC_POINT_set_affine_coordinates(g2, g2_gen, g1_x, g1_y, ctx)) in cardinality_test()