Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c4845 const EC_GROUP *ec_group; in PHP_FUNCTION() local
4857 ec_group = EC_KEY_get0_group(ec_key); in PHP_FUNCTION()
4860 nid = EC_GROUP_get_curve_name(ec_group); in PHP_FUNCTION()
4881 if (EC_POINT_get_affine_coordinates_GFp(ec_group, pub, x, y, NULL)) { in PHP_FUNCTION()

Completed in 18 milliseconds