Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c4379 EC_POINT *pnt = NULL; in PHP_FUNCTION() local
4423 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4424 if (!pnt || !EC_POINT_mul(group, pnt, d, NULL, NULL, NULL)) { in PHP_FUNCTION()
4434 pnt = EC_POINT_new(group); in PHP_FUNCTION()
4435 if (pnt == NULL) { in PHP_FUNCTION()
4447 if (pnt != NULL) { in PHP_FUNCTION()
4448 if (!EC_KEY_set_public_key(eckey, pnt)) { in PHP_FUNCTION()
4452 EC_POINT_free(pnt); in PHP_FUNCTION()
4453 pnt = NULL; in PHP_FUNCTION()
4477 if (pnt != NULL) { in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds