Home
last modified time | relevance | path

Searched refs:EC_POINTs_mul (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DEC_POINT_add.pod5 …_on_curve, EC_POINT_cmp, EC_POINT_make_affine, EC_POINTs_make_affine, EC_POINTs_mul, EC_POINT_mul,…
28 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num,
56 EC_POINTs_mul calculates the value generator * B<n> + B<q[0]> * B<m[0]> + ... + B<q[num-1]> * B<m[n…
69 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m…
87 EC_POINT_make_affine(), EC_POINTs_make_affine(), EC_POINTs_mul(),
/third_party/openssl/test/
Dectest.c120 if (!TEST_true(EC_POINTs_mul(group, R, NULL, 2, points, scalars, ctx)) in group_order_tests()
137 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) in group_order_tests()
558 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests()
559 || !TEST_true(EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in prime_field_tests()
569 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests()
584 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) in prime_field_tests()
885 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_curve_test()
886 || !TEST_true(EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in char2_curve_test()
898 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_curve_test()
910 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) in char2_curve_test()
/third_party/openssl/include/openssl/
Dec.h859 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
/third_party/openssl/ohos_lite/include/openssl/
Dec.h741 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
/third_party/openssl/crypto/ec/
Dec_lib.c1067 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
/third_party/openssl/doc/man7/
Dmigration_guide.pod1659 EC_POINTs_mul()
/third_party/openssl/
DCHANGES.md1197 * Deprecated EC_POINTs_mul().
6147 * Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
7500 * Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
8484 * Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
11216 makes subsequent invocations of EC_POINTs_mul() or EC_POINT_mul()
12649 * Use wNAFs in EC_POINTs_mul() for improved efficiency
13330 * Function EC_POINTs_mul for multiple scalar multiplication
/third_party/openssl/util/
Dlibcrypto.num147 EC_POINTs_mul 150 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC