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

/external/boringssl/src/crypto/ec/
H A Dec.c822 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, function
825 OPENSSL_PUT_ERROR(EC, EC_POINT_dbl, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
829 OPENSSL_PUT_ERROR(EC, EC_POINT_dbl, EC_R_INCOMPATIBLE_OBJECTS);

Completed in 289 milliseconds