Home
last modified time | relevance | path

Searched refs:point_copy (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/ec/
Dec_lib.c752 if (dest->meth->point_copy == 0) in EC_POINT_copy()
764 return dest->meth->point_copy(dest, src); in EC_POINT_copy()
Dec_lcl.h118 int (*point_copy)(EC_POINT *, const EC_POINT *); member