Searched defs:EC_POINTs_mul (Results 1 - 2 of 2) sorted by relevance

/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
/external/openssl/crypto/ec/
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);

Completed in 1171 milliseconds