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

  /external/chromium_org/third_party/boringssl/src/crypto/ec/
ec.c 730 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[],
735 OPENSSL_PUT_ERROR(EC, EC_POINTs_make_affine,
741 OPENSSL_PUT_ERROR(EC, EC_POINTs_make_affine, EC_R_INCOMPATIBLE_OBJECTS);
  /external/openssl/crypto/ec/
ec_lib.c 1023 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx)

Completed in 75 milliseconds