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

  /external/boringssl/src/include/openssl/
ec.h 191 /* EC_POINT_make_affine converts |point| to affine form, internally. It returns
193 OPENSSL_EXPORT int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point,
  /external/boringssl/src/crypto/ec/
ec.c 760 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) {

Completed in 1041 milliseconds