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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c677 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) { function
679 OPENSSL_PUT_ERROR(EC, EC_POINT_is_at_infinity,
684 OPENSSL_PUT_ERROR(EC, EC_POINT_is_at_infinity, EC_R_INCOMPATIBLE_OBJECTS);
/external/openssl/crypto/ec/
H A Dec_lib.c959 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) function

Completed in 180 milliseconds