Searched defs:Skein_Put64_LSB_First (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_port.h31 * Skein_Put64_LSB_First
56 #define Skein_Put64_LSB_First(dst08, src64, bCnt) bcopy(src64, dst08, bCnt) macro
83 #ifndef Skein_Put64_LSB_First
85 Skein_Put64_LSB_First(uint8_t *dst, const uint64_t *src, size_t bCnt) function
100 #endif /* ifndef Skein_Put64_LSB_First */

Completed in 56 milliseconds