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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec.c809 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) { function
811 OPENSSL_PUT_ERROR(EC, EC_POINT_invert, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
815 OPENSSL_PUT_ERROR(EC, EC_POINT_invert, EC_R_INCOMPATIBLE_OBJECTS);
/external/openssl/crypto/ec/
H A Dec_lib.c943 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) function

Completed in 3309 milliseconds