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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c780 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, function
783 OPENSSL_PUT_ERROR(EC, EC_POINT_add, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
788 OPENSSL_PUT_ERROR(EC, EC_POINT_add, EC_R_INCOMPATIBLE_OBJECTS);
/external/openssl/crypto/ec/
H A Dec_lib.c911 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) function

Completed in 91 milliseconds