EC_POINT_mul
int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, NULL))
if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, NULL))
if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) {
if (!EC_POINT_mul(eckey->group, point, eckey->priv_key, NULL,
LCRYPTO_ALIAS(EC_POINT_mul);
if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
if (!EC_POINT_mul(group, point, NULL, pub_key, priv_key, ctx)) {
if (!EC_POINT_mul(group, point, k, NULL, NULL, ctx)) {
if (!EC_POINT_mul(group, point, u, pub_key, v, ctx)) {
LCRYPTO_USED(EC_POINT_mul);
if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx)) {
if (!EC_POINT_mul(group, kP, NULL, P, k, ctx)) {
if (!EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key),
if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx)) {
if (!EC_POINT_mul(group, pt, s, EC_KEY_get0_public_key(key), t, ctx)) {
if (EC_POINT_mul(g, q, d, NULL, NULL, NULL) == 0 ||
if (!EC_POINT_mul(group, a, scalar, NULL, NULL, ctx))
if (!EC_POINT_mul(group, b, scalar, NULL, NULL, ctx))
if (!EC_POINT_mul(group, result, scalar, NULL, NULL, ctx))
if (!EC_POINT_mul(group, random_point, random, NULL, NULL, NULL))
if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
if (!EC_POINT_mul(group, Q, NULL, P, n1, ctx))
if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
if (!EC_POINT_mul(group, pub, priv, NULL, NULL, NULL))
EC_POINT_mul(group, pt, priv, NULL, NULL, NULL);
EC_POINT_mul(group, pt, priv, NULL, NULL, NULL);
if (!EC_POINT_mul(ecgroup, secretp, NULL, exchangep, privkey, NULL))
if (!EC_POINT_mul(ecgroup, secretp, NULL, exchangep, privkey, NULL))
if (EC_POINT_mul(group, nq, NULL, public, order, NULL) != 1) {