Searched refs:ec_group (Results 1 – 1 of 1) sorted by relevance
4714 const EC_GROUP *ec_group; in PHP_FUNCTION() local4726 ec_group = EC_KEY_get0_group(ec_key); in PHP_FUNCTION()4729 nid = EC_GROUP_get_curve_name(ec_group); in PHP_FUNCTION()4750 if (EC_POINT_get_affine_coordinates_GFp(ec_group, pub, x, y, NULL)) { in PHP_FUNCTION()
Completed in 19 milliseconds