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

/external/boringssl/src/crypto/ec/
H A Dec.c836 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) { function
838 OPENSSL_PUT_ERROR(EC, EC_POINT_invert, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
842 OPENSSL_PUT_ERROR(EC, EC_POINT_invert, EC_R_INCOMPATIBLE_OBJECTS);

Completed in 407 milliseconds