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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dectest.c902 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
904 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
922 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
943 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx))
1420 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
1422 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
1440 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
1457 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx))
H A Dec.h277 int EC_POINTs_mul(const EC_GROUP *, EC_POINT *r, const BIGNUM *, size_t num,
H A Dec_lib.c1068 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
1082 /* just a convenient interface to EC_POINTs_mul() */
1090 return EC_POINTs_mul(group, r, g_scalar,

Completed in 97 milliseconds