HomeSort by relevance Sort by last modified time
    Searched refs:point_copy (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ec_lcl.h 113 int (*point_copy)(EC_POINT *, const EC_POINT *); member in struct:ec_method_st
ec_lib.c 752 if (dest->meth->point_copy == 0)
764 return dest->meth->point_copy(dest, src);

Completed in 162 milliseconds