HomeSort by relevance Sort by last modified time
    Searched refs:EC_POINTs_make_affine (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
ec.h 206 /* EC_POINTs_make_affine converts |num| points from |points| to affine form,
209 OPENSSL_EXPORT int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
  /external/boringssl/src/crypto/ec/
wnaf.c 576 if (!EC_POINTs_make_affine(group, num_val, val, ctx)) {
813 if (!EC_POINTs_make_affine(group, num, points, ctx)) {
ec.c 757 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[],
762 OPENSSL_PUT_ERROR(EC, EC_POINTs_make_affine,
768 OPENSSL_PUT_ERROR(EC, EC_POINTs_make_affine, EC_R_INCOMPATIBLE_OBJECTS);

Completed in 56 milliseconds