EC_POINT_point2bn
BIGNUM *EC_POINT_point2bn(const EC_GROUP *, const EC_POINT *,
if ((pub_key = EC_POINT_point2bn(group, public_key,
LCRYPTO_ALIAS(EC_POINT_point2bn);
if ((bn = EC_POINT_point2bn(group, point, form, NULL, ctx)) == NULL)
if (EC_POINT_point2bn(group, generator, form, gen, ctx) == NULL) {
LCRYPTO_USED(EC_POINT_point2bn);
if (EC_POINT_point2bn(group, ec_public_point,
c = EC_POINT_point2bn(EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(k1->pkey)),