Searched refs:EC_POINTs_mul (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | EC_POINT_add.pod | 5 …_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…
|
| HD | ec.pod | 100 …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/ |
| HD | ectest.c | 305 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()
|
| HD | ec_lib.c | 1165 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()
|
| HD | ec.h | 672 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
|
| /freebsd-11-stable/secure/lib/libcrypto/ |
| HD | Makefile.man | 559 MLINKS+= EC_POINT_add.3 EC_POINTs_mul.3
|
| /freebsd-11-stable/crypto/openssl/ |
| HD | CHANGES | 1165 *) 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/ |
| HD | libeay.num | 2448 EC_POINTs_mul 2940 EXIST::FUNCTION:EC
|