Home
last modified time | relevance | path

Searched refs:EC_POINTs_mul (Results 1 – 7 of 7) 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,…
21 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num,
46 EC_POINT_mul is a convenient interface to EC_POINTs_mul: it calculates the value generator * B<n> +…
50 EC_POINTs_mul calculates the value generator * B<n> + B<q[0]> * B<m[0]> + ... + B<q[num-1]> * B<m[n…
61 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m…
/third_party/openssl/test/
Dectest.c107 if (!TEST_true(EC_POINTs_mul(group, R, NULL, 2, points, scalars, ctx)) in group_order_tests()
124 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) in group_order_tests()
575 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests()
576 || !TEST_true(EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in prime_field_tests()
586 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests()
601 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) in prime_field_tests()
913 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_curve_test()
914 || !TEST_true(EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in char2_curve_test()
926 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_curve_test()
938 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) in char2_curve_test()
/third_party/openssl/crypto/ec/
Dec_lib.c1003 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
1052 return EC_POINTs_mul(group, r, g_scalar, in EC_POINT_mul()
/third_party/openssl/include/openssl/
Dec.h741 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
/third_party/openssl/crypto/err/
Dopenssl.txt616 EC_F_EC_POINTS_MUL:290:EC_POINTs_mul
/third_party/openssl/
DCHANGES3276 *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
3855 *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
6618 makes subsequent invocations of EC_POINTs_mul() or EC_POINT_mul()
7885 *) Use wNAFs in EC_POINTs_mul() for improved efficiency
8492 *) Function EC_POINTs_mul for multiple scalar multiplication
/third_party/openssl/util/
Dlibcrypto.num149 EC_POINTs_mul 150 1_1_0 EXIST::FUNCTION:EC