Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Dec_lib.c704 if (dest->meth->point_copy == 0) { in EC_POINT_copy()
717 return dest->meth->point_copy(dest, src); in EC_POINT_copy()
Dec_local.h69 int (*point_copy) (EC_POINT *, const EC_POINT *); member