Searched refs:point_g (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 4292 EC_POINT *point_g = NULL; in php_openssl_pkey_init_legacy_ec() local 4331 if (!(point_g = EC_POINT_new(group))) { in php_openssl_pkey_init_legacy_ec() 4350 if (!EC_POINT_set_affine_coordinates_GFp(group, point_g, g_x, g_y, bctx)) { in php_openssl_pkey_init_legacy_ec() 4368 if (!EC_GROUP_set_generator(group, point_g, order, cofactor)) { in php_openssl_pkey_init_legacy_ec() 4418 EC_POINT_free(point_g); in php_openssl_pkey_init_legacy_ec() 4439 EC_POINT *point_g = NULL; in php_openssl_pkey_init_ec() local 4494 if (!(point_g = EC_POINT_new(group))) { in php_openssl_pkey_init_ec() 4514 if (!EC_POINT_set_affine_coordinates(group, point_g, g_x, g_y, bctx)) { in php_openssl_pkey_init_ec() 4519 EC_POINT_point2buf(group, point_g, POINT_CONVERSION_COMPRESSED, &point_g_buf, bctx); in php_openssl_pkey_init_ec() 4539 !EC_GROUP_set_generator(group, point_g, order, cofactor)) { in php_openssl_pkey_init_ec() [all …]
|
Completed in 25 milliseconds