Searched refs:EC_POINTs_mul (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | EC_POINT_add.pod | 5 …_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(),
|
/openssl/test/ |
H A D | ectest.c | 120 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()
|
/openssl/include/openssl/ |
H A D | ec.h | 878 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
|
/openssl/crypto/ec/ |
H A D | ec_lib.c | 1070 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1722 EC_POINTs_mul()
|
/openssl/ |
H A D | CHANGES.md | 2576 * Deprecated EC_POINTs_mul(). 7528 * Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) 8881 * Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) 9865 * Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) 12597 makes subsequent invocations of EC_POINTs_mul() or EC_POINT_mul() 14030 * Use wNAFs in EC_POINTs_mul() for improved efficiency 14711 * Function EC_POINTs_mul for multiple scalar multiplication
|
/openssl/util/ |
H A D | libcrypto.num | 147 EC_POINTs_mul 150 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
Completed in 113 milliseconds