Home
last modified time | relevance | path

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

/openssl/test/
H A Dsm2_internal_test.c84 BIGNUM *g_x = NULL; in create_EC_group() local
105 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