Searched refs:bytebit (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/crypt/ | ||
H A D | des.c | 338 static int bytebit[] = { variable 361 & bytebit[m]) /* and which bit of that byte */ 375 ks[j/6] |= bytebit[l] >> 2; |
Completed in 59 milliseconds