HomeSort by relevance Sort by last modified time
    Searched defs:EC_POINTs_mul (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lib.c 1050 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
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);
  /external/openssl/crypto/ec/
ec_lib.c 1050 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
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 126 milliseconds