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

/external/boringssl/src/crypto/ec/
H A Dec.c744 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { function
746 OPENSSL_PUT_ERROR(EC, EC_POINT_make_affine,
751 OPENSSL_PUT_ERROR(EC, EC_POINT_make_affine, EC_R_INCOMPATIBLE_OBJECTS);

Completed in 79 milliseconds