Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c4279 EC_POINT *point_g = NULL; in php_openssl_pkey_init_legacy_ec() local
4318 if (!(point_g = EC_POINT_new(group))) { in php_openssl_pkey_init_legacy_ec()
4337 if (!EC_POINT_set_affine_coordinates_GFp(group, point_g, g_x, g_y, bctx)) { in php_openssl_pkey_init_legacy_ec()
4355 if (!EC_GROUP_set_generator(group, point_g, order, cofactor)) { in php_openssl_pkey_init_legacy_ec()
4405 EC_POINT_free(point_g); in php_openssl_pkey_init_legacy_ec()
4426 EC_POINT *point_g = NULL; in php_openssl_pkey_init_ec() local
4481 if (!(point_g = EC_POINT_new(group))) { in php_openssl_pkey_init_ec()
4501 if (!EC_POINT_set_affine_coordinates(group, point_g, g_x, g_y, bctx)) { in php_openssl_pkey_init_ec()
4506 EC_POINT_point2buf(group, point_g, POINT_CONVERSION_COMPRESSED, &point_g_buf, bctx); in php_openssl_pkey_init_ec()
4526 !EC_GROUP_set_generator(group, point_g, order, cofactor)) { in php_openssl_pkey_init_ec()
[all …]

Completed in 25 milliseconds