Searched refs:point_g_buf (Results 1 – 1 of 1) sorted by relevance
4528 unsigned char *point_g_buf = NULL; in php_openssl_pkey_init_ec() local4610 EC_POINT_point2buf(group, point_g, POINT_CONVERSION_COMPRESSED, &point_g_buf, bctx); in php_openssl_pkey_init_ec()4615 …if (!OSSL_PARAM_BLD_push_octet_string(bld, OSSL_PKEY_PARAM_EC_GENERATOR, point_g_buf, point_g_buf_… in php_openssl_pkey_init_ec()4705 OPENSSL_free(point_g_buf); in php_openssl_pkey_init_ec()
Completed in 22 milliseconds