Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dopenssl.c4459 EC_POINT *pnt = NULL; in PHP_FUNCTION() local
4503 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4504 if (!pnt || !EC_POINT_mul(group, pnt, d, NULL, NULL, NULL)) { in PHP_FUNCTION()
4514 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4515 if (pnt == NULL) { in PHP_FUNCTION()
4527 if (pnt != NULL) { in PHP_FUNCTION()
4528 if (!EC_KEY_set_public_key(eckey, pnt)) { in PHP_FUNCTION()
4532 EC_POINT_free(pnt); in PHP_FUNCTION()
4533 pnt = NULL; in PHP_FUNCTION()
4557 if (pnt != NULL) { in PHP_FUNCTION()
[all …]

Completed in 27 milliseconds