Searched refs:EC_POINTs_mul (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/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 …
|
| /NextBSD/crypto/openssl/crypto/ec/ |
| HD | ectest.c | 305 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) in group_order_tests() 906 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests() 908 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in prime_field_tests() 926 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests() 947 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) in prime_field_tests() 1416 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_field_tests() 1418 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in char2_field_tests() 1436 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_field_tests() 1453 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) in char2_field_tests()
|
| HD | ec_lib.c | 1045 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function 1067 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,
|
| /NextBSD/secure/lib/libcrypto/ |
| HD | Makefile.man | 551 MLINKS+= EC_POINT_add.3 EC_POINTs_mul.3
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 363 *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) 942 *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.) 3702 makes subsequent invocations of EC_POINTs_mul() or EC_POINT_mul() 4969 *) Use wNAFs in EC_POINTs_mul() for improved efficiency 5576 *) Function EC_POINTs_mul for multiple scalar multiplication
|
| /NextBSD/crypto/openssl/util/ |
| HD | libeay.num | 2446 EC_POINTs_mul 2940 EXIST::FUNCTION:EC
|