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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lcl.h117 int (*point_copy) (EC_POINT *, const EC_POINT *); member in struct:ec_method_st
H A Dec_lib.c718 if (dest->meth->point_copy == 0) {
728 return dest->meth->point_copy(dest, src);

Completed in 99 milliseconds