Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/doc/crypto/
HDEC_POINT_add.pod5 …_on_curve, EC_POINT_cmp, EC_POINT_make_affine, EC_POINTs_make_affine, EC_POINTs_mul, EC_POINT_mul,…
20 …int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT …
45 EC_POINTs_mul calculates the value generator * B<n> + B<q[0]> * B<m[0]> + ... + B<q[num-1]> * B<m[n…
56 EC_POINTs_make_affine, EC_POINTs_make_affine, EC_POINT_mul, EC_POINTs_mul and EC_GROUP_precompute_m…
HDec.pod100 …int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT …
/freebsd-11-stable/crypto/openssl/crypto/ec/
HDectest.c305 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) in group_order_tests()
964 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests()
966 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in prime_field_tests()
984 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests()
1005 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) in prime_field_tests()
1489 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_field_tests()
1491 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in char2_field_tests()
1509 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_field_tests()
1526 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) in char2_field_tests()
HDec_lib.c1165 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
1187 return EC_POINTs_mul(group, r, g_scalar, in EC_POINT_mul()
HDec.h672 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
/freebsd-11-stable/secure/lib/libcrypto/
HDMakefile.man559 MLINKS+= EC_POINT_add.3 EC_POINTs_mul.3
/freebsd-11-stable/crypto/openssl/
HDCHANGES1165 *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
1744 *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
4507 makes subsequent invocations of EC_POINTs_mul() or EC_POINT_mul()
5774 *) Use wNAFs in EC_POINTs_mul() for improved efficiency
6381 *) Function EC_POINTs_mul for multiple scalar multiplication
/freebsd-11-stable/crypto/openssl/util/
HDlibeay.num2448 EC_POINTs_mul 2940 EXIST::FUNCTION:EC