Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c4280 EC_POINT *point_q = NULL; in php_openssl_pkey_init_legacy_ec() local
4377 point_q = EC_POINT_new(group); in php_openssl_pkey_init_legacy_ec()
4378 if (!point_q || !EC_POINT_mul(group, point_q, d, NULL, NULL, bctx)) { in php_openssl_pkey_init_legacy_ec()
4384 if (!point_q || !EC_POINT_set_affine_coordinates_GFp(group, point_q, x, y, bctx)) { in php_openssl_pkey_init_legacy_ec()
4389 if (point_q != NULL) { in php_openssl_pkey_init_legacy_ec()
4406 EC_POINT_free(point_q); in php_openssl_pkey_init_legacy_ec()
4427 EC_POINT *point_q = NULL; in php_openssl_pkey_init_ec() local
4541 if (!point_q || !EC_POINT_mul(group, point_q, d, NULL, NULL, bctx) || in php_openssl_pkey_init_ec()
4548 if (!point_q || !EC_POINT_set_affine_coordinates(group, point_q, x, y, bctx)) { in php_openssl_pkey_init_ec()
4553 if (point_q) { in php_openssl_pkey_init_ec()
[all …]

Completed in 21 milliseconds