Searched refs:EC_POINT_make_affine (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dec.h209 /* EC_POINT_make_affine converts |point| to affine form, internally. It returns
211 OPENSSL_EXPORT int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point,
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c717 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { function
719 OPENSSL_PUT_ERROR(EC, EC_POINT_make_affine,
724 OPENSSL_PUT_ERROR(EC, EC_POINT_make_affine, EC_R_INCOMPATIBLE_OBJECTS);
/external/openssl/crypto/ec/
H A Dec.h629 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx);
H A Dec2_smpl.c535 if (!EC_POINT_make_affine(group, point, ctx)) return 0;
H A Dec_lib.c1007 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) function
/external/openssl/include/openssl/
H A Dec.h629 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx);

Completed in 80 milliseconds