Searched refs:g1_x (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | ectest.c | 2272 BIGNUM *g1_p = NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL, in cardinality_test() local 2289 g1_x = BN_CTX_get(ctx); in cardinality_test() 2298 EC_GROUP_get0_generator(g1), g1_x, g1_y, ctx)) in cardinality_test() 2311 || !TEST_true(EC_POINT_set_affine_coordinates(g2, g2_gen, g1_x, g1_y, ctx)) in cardinality_test()
|
Completed in 11 milliseconds