Searched refs:PORT_Memcpy (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecc_impl.h | 99 #define PORT_Memcpy(t, f, l) bcopy((f), (t), (l)) macro 102 #define PORT_Memcpy(t, f, l) memcpy((t), (f), (l))
|
H A D | secitem.c | 146 PORT_Memcpy(to->data, from->data, from->len); in SECITEM_CopyItem()
|