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

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_port.h56 #define Skein_Put64_LSB_First(dst08, src64, bCnt) bcopy(src64, dst08, bCnt)
85 Skein_Put64_LSB_First(uint8_t *dst, const uint64_t *src, size_t bCnt) argument
94 for (n = 0; n < bCnt; n++)
/illumos-gate/usr/src/uts/common/sys/
H A Dskein.h59 size_t bCnt; /* current byte count in buffer b[] */ member in struct:__anon471

Completed in 58 milliseconds