Home
last modified time | relevance | path

Searched refs:EC_POINT_mul (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEC_POINT_add.pod5 …OINT_cmp, EC_POINT_make_affine, EC_POINTs_make_affine, EC_POINTs_mul, EC_POINT_mul, EC_GROUP_preco…
18 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
51 EC_POINT_mul calculates the value generator * B<n> + B<q> * B<m> and stores the result in B<r>.
56 … * B<n> + B<q[0]> * B<m[0]> + ... + B<q[num-1]> * B<m[num-1]>. As for EC_POINT_mul the value B<n> …
58 Modern versions should instead use EC_POINT_mul(), combined (if needed) with EC_POINT_add() in such…
69 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m…
/freebsd/crypto/openssl/test/
H A Dectest.c68 || !TEST_true(EC_POINT_mul(group, Q, n1, NULL, NULL, ctx)) in group_order_tests()
108 if (!TEST_true(EC_POINT_mul(group, Q, NULL, P, n2, ctx)) in group_order_tests()
1368 EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx); in nistp_single_test()
1372 EC_POINT_mul(NISTP, Q, NULL, G, n, ctx); in nistp_single_test()
1384 EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx); in nistp_single_test()
1388 EC_POINT_mul(NISTP, Q, NULL, P, m, ctx); in nistp_single_test()
1400 EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx); in nistp_single_test()
1404 EC_POINT_mul(NISTP, Q, NULL, P, m, ctx); in nistp_single_test()
1411 EC_POINT_mul(NISTP, Q, n, NULL, NULL, ctx); in nistp_single_test()
1415 EC_POINT_mul(NISTP, Q, NULL, G, n, ctx); in nistp_single_test()
[all …]
H A Decstresstest.c54 if (!TEST_true(EC_POINT_mul(group, point, NULL, point, scalar, NULL)) in walk_curve()
H A Dsm2_internal_test.c164 || !TEST_true(EC_POINT_mul(group, pt, priv, NULL, NULL, NULL)) in test_sm2_crypt()
334 || !TEST_true(EC_POINT_mul(group, pt, priv, NULL, NULL, NULL)) in test_sm2_sign()
H A Dec_internal_test.c238 || !TEST_true(EC_POINT_mul(grp, Q, NULL, P, k, ctx)) in underflow_test()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c206 if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx) in ossl_sm2_encrypt()
208 || !EC_POINT_mul(group, kP, NULL, P, k, ctx) in ossl_sm2_encrypt()
370 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key), in ossl_sm2_decrypt()
H A Dsm2_sign.c264 if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx) in sm2_sig_gen()
378 if (!EC_POINT_mul(group, pt, s, EC_KEY_get0_public_key(key), t, ctx) in sm2_sig_verify()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_check.c104 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) in EC_GROUP_check()
H A Decdh_ossl.c96 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) { in ossl_ecdh_simple_compute_key()
H A Dec_key.c315 if (!EC_POINT_mul(group, pub_key, priv_key, NULL, NULL, ctx)) in ec_generate_key()
370 ret = EC_POINT_mul(eckey->group, eckey->pub_key, eckey->priv_key, NULL, in ossl_ec_key_simple_generate_public_key()
491 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) { in ossl_ec_key_public_check()
547 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key, NULL, NULL, ctx)) { in ossl_ec_key_pairwise_check()
H A Decdsa_ossl.c166 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { in ecdsa_sign_setup()
473 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) { in ossl_ecdsa_simple_verify_sig()
H A Dec_lib.c1114 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul() function
/freebsd/contrib/libfido2/src/
H A Des256.c477 if (EC_POINT_mul(g, q, d, NULL, NULL, NULL) == 0 || in es256_derive_pk()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h874 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2538 return EC_POINT_mul(e->group, (EC_POINT *) res, NULL, in crypto_ec_point_mul()
3095 EC_POINT_mul(ec_group, pub, priv, NULL, NULL, NULL) != 1) in crypto_ec_key_set_priv()
3165 EC_POINT_mul(ec_group, pub, priv, NULL, NULL, NULL) != 1 || in crypto_ec_key_set_priv()
/freebsd/contrib/ldns/
H A Dkeys.c243 if(!EC_POINT_mul(group, pub_key, EC_KEY_get0_private_key(ec), in ldns_EC_KEY_calc_public()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1198 EC_POINT_mul;
/freebsd/crypto/openssh/
H A Dsshkey.c2639 if (EC_POINT_mul(group, nq, NULL, public, order, NULL) != 1) { in sshkey_ec_validate_public()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1704 L<EC_POINT_mul(3)> function.
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1499 MLINKS+= EC_POINT_add.3 EC_POINT_mul.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num112 EC_POINT_mul 114 3_0_0 EXIST::FUNCTION:EC