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

  /external/openssl/crypto/ec/
ec_lib.c 880 if (group->meth->point_get_affine_coordinates == 0)
890 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
897 if (group->meth->point_get_affine_coordinates == 0)
907 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
ec_lcl.h 134 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, member in struct:ec_method_st
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
internal.h 132 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, member in struct:ec_method_st
ec.c 751 if (group->meth->point_get_affine_coordinates == 0) {
761 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);

Completed in 299 milliseconds