Home
last modified time | relevance | path

Searched refs:ec_GFp_simple_point_copy (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/ec/
Dinternal.h194 int ec_GFp_simple_point_copy(EC_POINT *, const EC_POINT *);
Dec.c701 return ec_GFp_simple_point_copy(dest, src); in EC_POINT_copy()
Dsimple.c325 int ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) { in ec_GFp_simple_point_copy() function