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.c4317 EC_POINT *point_q = NULL; in php_openssl_pkey_init_legacy_ec() local
4414 point_q = EC_POINT_new(group); in php_openssl_pkey_init_legacy_ec()
4415 if (!point_q || !EC_POINT_mul(group, point_q, d, NULL, NULL, bctx)) { in php_openssl_pkey_init_legacy_ec()
4421 if (!point_q || !EC_POINT_set_affine_coordinates_GFp(group, point_q, x, y, bctx)) { in php_openssl_pkey_init_legacy_ec()
4426 if (point_q != NULL) { in php_openssl_pkey_init_legacy_ec()
4443 EC_POINT_free(point_q); in php_openssl_pkey_init_legacy_ec()
4464 EC_POINT *point_q = NULL; in php_openssl_pkey_init_ec() local
4578 if (!point_q || !EC_POINT_mul(group, point_q, d, NULL, NULL, bctx) || in php_openssl_pkey_init_ec()
4585 if (!point_q || !EC_POINT_set_affine_coordinates(group, point_q, x, y, bctx)) { in php_openssl_pkey_init_ec()
4590 if (point_q) { in php_openssl_pkey_init_ec()
[all …]

Completed in 22 milliseconds