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

/external/boringssl/src/crypto/ec/
H A Dec.c850 /* just a convenient interface to EC_POINTs_mul() */
858 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL),
862 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function

Completed in 67 milliseconds