Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c4380 EC_POINT *point_q = NULL; in php_openssl_pkey_init_legacy_ec() local
4477 point_q = EC_POINT_new(group); in php_openssl_pkey_init_legacy_ec()
4478 if (!point_q || !EC_POINT_mul(group, point_q, d, NULL, NULL, bctx)) { in php_openssl_pkey_init_legacy_ec()
4484 if (!point_q || !EC_POINT_set_affine_coordinates_GFp(group, point_q, x, y, bctx)) { in php_openssl_pkey_init_legacy_ec()
4489 if (point_q != NULL) { in php_openssl_pkey_init_legacy_ec()
4506 EC_POINT_free(point_q); in php_openssl_pkey_init_legacy_ec()
4527 EC_POINT *point_q = NULL; in php_openssl_pkey_init_ec() local
4645 if (!point_q || !EC_POINT_mul(group, point_q, d, NULL, NULL, bctx) || in php_openssl_pkey_init_ec()
4652 if (!point_q || !EC_POINT_set_affine_coordinates(group, point_q, x, y, bctx)) { in php_openssl_pkey_init_ec()
4657 if (point_q) { in php_openssl_pkey_init_ec()
[all …]

Completed in 21 milliseconds