Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dopenssl.c4928 const EC_GROUP *ec_group; in PHP_FUNCTION() local
4940 ec_group = EC_KEY_get0_group(ec_key); in PHP_FUNCTION()
4943 nid = EC_GROUP_get_curve_name(ec_group); in PHP_FUNCTION()
4964 if (EC_POINT_get_affine_coordinates_GFp(ec_group, pub, x, y, NULL)) { in PHP_FUNCTION()

Completed in 18 milliseconds