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

/external/boringssl/src/crypto/ec/
H A Dec.c691 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) { function
693 OPENSSL_PUT_ERROR(EC, EC_POINT_set_to_infinity,
698 OPENSSL_PUT_ERROR(EC, EC_POINT_set_to_infinity, EC_R_INCOMPATIBLE_OBJECTS);

Completed in 80 milliseconds