Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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,
49 EC_POINT_mul calculates the value generator * B<n> + B<q> * B<m> and stores the result in B<r>.
54 … * 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> …
56 Modern versions should instead use EC_POINT_mul(), combined (if needed) with EC_POINT_add() in such…
67 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m…
/openssl-master/test/
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 …]
A Decstresstest.c54 if (!TEST_true(EC_POINT_mul(group, point, NULL, point, scalar, NULL)) in walk_curve()
A Dsm2_internal_test.c164 || !TEST_true(EC_POINT_mul(group, pt, priv, NULL, NULL, NULL)) in test_sm2_crypt()
332 || !TEST_true(EC_POINT_mul(group, pt, priv, NULL, NULL, NULL)) in test_sm2_sign()
A Dec_internal_test.c238 || !TEST_true(EC_POINT_mul(grp, Q, NULL, P, k, ctx)) in underflow_test()
/openssl-master/crypto/sm2/
A Dsm2_crypt.c187 if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx) in ossl_sm2_encrypt()
189 || !EC_POINT_mul(group, kP, NULL, P, k, ctx) in ossl_sm2_encrypt()
352 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key), in ossl_sm2_decrypt()
A Dsm2_sign.c257 if (!EC_POINT_mul(group, kG, k, NULL, NULL, ctx) in sm2_sig_gen()
371 if (!EC_POINT_mul(group, pt, s, EC_KEY_get0_public_key(key), t, ctx) in sm2_sig_verify()
/openssl-master/crypto/ec/
A Dec_check.c104 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) in EC_GROUP_check()
A Decdh_ossl.c96 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) { in ossl_ecdh_simple_compute_key()
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()
A Decdsa_ossl.c146 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { in ecdsa_sign_setup()
443 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) { in ossl_ecdsa_simple_verify_sig()
A Dec_lib.c1115 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul() function
/openssl-master/include/openssl/
A Dec.h872 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
/openssl-master/doc/man7/
A Dmigration_guide.pod1647 L<EC_POINT_mul(3)> function.
/openssl-master/
A DCHANGES.md2194 * Remove ECDSA nonce padding: EC_POINT_mul is now responsible for
10652 makes subsequent invocations of EC_POINTs_mul() or EC_POINT_mul()
10894 * Optionally dispatch EC_POINT_mul(), EC_POINT_precompute_mult()
12772 EC_POINT_mul is a simple wrapper function for the typical case
/openssl-master/util/
A Dlibcrypto.num112 EC_POINT_mul 114 3_0_0 EXIST::FUNCTION:EC

Completed in 58 milliseconds