Symbol: EC_POINT_mul
crypto/krb5/src/plugins/preauth/spake/openssl.c
190
if (!EC_POINT_mul(gdata->group, pub, priv, constant, w, gdata->ctx))
crypto/krb5/src/plugins/preauth/spake/openssl.c
246
if (!EC_POINT_mul(gdata->group, result, NULL, constant, w, gdata->ctx))
crypto/krb5/src/plugins/preauth/spake/openssl.c
252
if (!EC_POINT_mul(gdata->group, result, NULL, result, priv, gdata->ctx))
crypto/openssh/sshkey.c
2736
if (EC_POINT_mul(group, nq, NULL, public, order, NULL) != 1) {
crypto/openssl/crypto/ec/ec_check.c
104
if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
crypto/openssl/crypto/ec/ec_key.c
271
if (!EC_POINT_mul(eckey->group, pub_key2, eckey->priv_key, NULL, NULL, ctx))
crypto/openssl/crypto/ec/ec_key.c
365
if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, ctx))
crypto/openssl/crypto/ec/ec_key.c
458
ret = EC_POINT_mul(eckey->group, eckey->pub_key, eckey->priv_key, NULL,
crypto/openssl/crypto/ec/ec_key.c
585
if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) {
crypto/openssl/crypto/ec/ec_key.c
640
if (!EC_POINT_mul(eckey->group, point, eckey->priv_key, NULL, NULL, ctx)) {
crypto/openssl/crypto/ec/ecdh_ossl.c
99
if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) {
crypto/openssl/crypto/ec/ecdsa_ossl.c
222
if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) {
crypto/openssl/crypto/ec/ecdsa_ossl.c
528
if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
crypto/openssl/crypto/sm2/sm2_crypt.c
193
if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx)
crypto/openssl/crypto/sm2/sm2_crypt.c
195
|| !EC_POINT_mul(group, kP, NULL, P, k, ctx)
crypto/openssl/crypto/sm2/sm2_crypt.c
355
|| !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key),
crypto/openssl/crypto/sm2/sm2_sign.c
275
if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx)
crypto/openssl/crypto/sm2/sm2_sign.c
393
if (!EC_POINT_mul(group, pt, s, EC_KEY_get0_public_key(key), t, ctx)
crypto/openssl/include/openssl/ec.h
885
int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
crypto/openssl/test/ec_internal_test.c
282
|| !TEST_true(EC_POINT_mul(grp, Q, NULL, P, k, ctx))
crypto/openssl/test/ecstresstest.c
53
if (!TEST_true(EC_POINT_mul(group, point, NULL, point, scalar, NULL))
crypto/openssl/test/ectest.c
102
|| !TEST_true(EC_POINT_mul(group, Q, NULL, P, n2, ctx))
crypto/openssl/test/ectest.c
108
if (!TEST_true(EC_POINT_mul(group, Q, NULL, P, n2, ctx))
crypto/openssl/test/ectest.c
1343
EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx);
crypto/openssl/test/ectest.c
1347
EC_POINT_mul(NISTP, Q, NULL, G, n, ctx);
crypto/openssl/test/ectest.c
1359
EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx);
crypto/openssl/test/ectest.c
1363
EC_POINT_mul(NISTP, Q, NULL, P, m, ctx);
crypto/openssl/test/ectest.c
1375
EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx);
crypto/openssl/test/ectest.c
1379
EC_POINT_mul(NISTP, Q, NULL, P, m, ctx);
crypto/openssl/test/ectest.c
1386
EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx);
crypto/openssl/test/ectest.c
1390
EC_POINT_mul(NISTP, Q, NULL, G, n, ctx);
crypto/openssl/test/ectest.c
1399
|| !TEST_true(EC_POINT_mul(NISTP, Q, m, P, n, ctx))
crypto/openssl/test/ectest.c
3134
|| !TEST_true(EC_POINT_mul(group, Q1, k, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
3154
|| !TEST_true(EC_POINT_mul(group, Q2, k, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
3293
|| !TEST_true(EC_POINT_mul(group, Q1, k, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
3306
|| !TEST_true(EC_POINT_mul(altgroup, Q2, k, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
3340
if (!TEST_true(EC_POINT_mul(group, Q1, priv1, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
59
|| !TEST_true(EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
64
|| !TEST_true(EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
68
|| !TEST_true(EC_POINT_mul(group, Q, n1, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
71
|| !TEST_true(EC_POINT_mul(group, Q, n1, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
87
|| !TEST_true(EC_POINT_mul(group, P, n1, NULL, NULL, ctx))
crypto/openssl/test/ectest.c
92
|| !TEST_true(EC_POINT_mul(group, Q, NULL, P, n1, ctx))
crypto/openssl/test/ectest.c
97
|| !TEST_true(EC_POINT_mul(group, Q, NULL, P, n2, ctx))
crypto/openssl/test/sm2_internal_test.c
163
|| !TEST_true(EC_POINT_mul(group, pt, priv, NULL, NULL, NULL))
crypto/openssl/test/sm2_internal_test.c
331
|| !TEST_true(EC_POINT_mul(group, pt, priv, NULL, NULL, NULL))