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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c664 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) { function
666 OPENSSL_PUT_ERROR(EC, EC_POINT_set_to_infinity,
671 OPENSSL_PUT_ERROR(EC, EC_POINT_set_to_infinity, EC_R_INCOMPATIBLE_OBJECTS);
/external/openssl/crypto/ec/
H A Dec_lib.c793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) function

Completed in 929 milliseconds