Searched refs:g1_y (Results 1 - 1 of 1) sorted by relevance
/third_party/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 2178 g1_y = 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()
|
Completed in 4 milliseconds