Searched refs:G2 (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | ectest.c | 2727 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local 2753 || !TEST_ptr(G2 = EC_POINT_new(group)) in custom_generator_test() 2768 || !TEST_true(EC_GROUP_set_generator(group, G2, in custom_generator_test() 2794 EC_POINT_free(G2); in custom_generator_test() 2812 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_params_test() local 2863 || !TEST_ptr(G2 = EC_POINT_new(group)) in custom_params_test() 2865 || !TEST_true(EC_POINT_dbl(group, G2, in custom_params_test() 2868 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test() 2872 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test() 2894 if (!TEST_ptr(G2 = EC_POINT_new(altgroup)) in custom_params_test() [all …]
|
Completed in 10 milliseconds