Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Decp_nist.c90 .point_copy = ec_GFp_simple_point_copy, in EC_GFp_nist_method()
H A Decp_mont.c88 .point_copy = ec_GFp_simple_point_copy, in EC_GFp_mont_method()
H A Dec_lcl.h323 int ec_GFp_simple_point_copy(EC_POINT *, const EC_POINT *);
H A Decp_smpl.c89 .point_copy = ec_GFp_simple_point_copy, in EC_GFp_simple_method()
394 ec_GFp_simple_point_copy(EC_POINT * dest, const EC_POINT * src) in ec_GFp_simple_point_copy() function