Searched refs:ec_GFp_simple_point_copy (Results 1 – 3 of 3) sorted by relevance
194 int ec_GFp_simple_point_copy(EC_POINT *, const EC_POINT *);
701 return ec_GFp_simple_point_copy(dest, src); in EC_POINT_copy()
325 int ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) { in ec_GFp_simple_point_copy() function