Searched defs:EC_POINT_make_affine (Results 1 - 2 of 2) sorted by relevance

/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_lib.c1007 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) function

Completed in 127 milliseconds