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

/bind-9.11.3/lib/isc/
H A Dpk11.c962 pk11_numbits(CK_BYTE_PTR data, unsigned int bytecnt) { argument
966 if (bytecnt == 0)
968 bitcnt = bytecnt * 8;
969 for (i = 0; i < bytecnt; i++) {

Completed in 13 milliseconds