Searched refs:ec_group (Results 1 – 1 of 1) sorted by relevance
5129 const EC_GROUP *ec_group; in PHP_FUNCTION() local5141 ec_group = EC_KEY_get0_group(ec_key); in PHP_FUNCTION()5146 nid = EC_GROUP_get_curve_name(ec_group); in PHP_FUNCTION()5163 if (EC_POINT_get_affine_coordinates_GFp(ec_group, pub, x, y, NULL)) { in PHP_FUNCTION()
Completed in 20 milliseconds