Searched refs:g_x (Results 1 – 1 of 1) sorted by relevance
84 BIGNUM *g_x = NULL; in create_EC_group() local105 if (!TEST_true(BN_hex2bn(&g_x, x_hex)) in create_EC_group()107 || !TEST_true(EC_POINT_set_affine_coordinates(group, generator, g_x, in create_EC_group()121 BN_free(g_x); in create_EC_group()
Completed in 5 milliseconds