Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h99 #define PORT_Memcpy(t, f, l) bcopy((f), (t), (l)) macro
102 #define PORT_Memcpy(t, f, l) memcpy((t), (f), (l))
H A Dsecitem.c146 PORT_Memcpy(to->data, from->data, from->len); in SECITEM_CopyItem()