Searched refs:EC_POINTs_mul (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/ec/
H A Dectest.c253 /* Exercise EC_POINTs_mul, including corner cases. */
261 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) ABORT;
689 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
690 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
703 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
720 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) ABORT;
1162 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
1163 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
1176 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
1189 if (!EC_POINTs_mul(grou
[all...]
H A Dec_lib.c1050 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
1063 /* just a convenient interface to EC_POINTs_mul() */
1071 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx);
H A Dec.h642 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dec.h287 /* EC_POINTs_mul sets r = generator*n + sum(p[i]*m[i]). It returns one on
289 OPENSSL_EXPORT int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
/external/openssl/include/openssl/
H A Dec.h642 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx);
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c823 /* just a convenient interface to EC_POINTs_mul() */
831 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL),
835 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function

Completed in 215 milliseconds