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

/osnet-11/usr/src/common/crypto/ecc/
H A Dsecitem.c139 PORT_Memcpy(to->data, from->data, from->len);
H A Decc_impl.h104 #define PORT_Memcpy(t, f, l) bcopy((f), (t), (l)) macro
107 #define PORT_Memcpy(t, f, l) memcpy((t), (f), (l)) macro

Completed in 15 milliseconds