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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsm2_internal_test.c88 BIGNUM *g_x = NULL; local
109 if (!TEST_true(BN_hex2bn(&g_x, x_hex))
111 || !TEST_true(EC_POINT_set_affine_coordinates(group, generator, g_x,
125 BN_free(g_x);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsm2_internal_test.c84 BIGNUM *g_x = NULL; local
105 if (!TEST_true(BN_hex2bn(&g_x, x_hex))
107 || !TEST_true(EC_POINT_set_affine_coordinates(group, generator, g_x,
121 BN_free(g_x);

Completed in 82 milliseconds