Searched refs:bytebit (Results 1 – 10 of 10) sorted by relevance
49 static const u32 bytebit[8] = variable282 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()
46 static unsigned short bytebit[8] = { variable84 pc1m[j] = (key[l >> 3] & bytebit[m]) ? 1 : 0; in rfbDesKey()
107 private static final short[] bytebit = field in DESEngine319 pc1m[j] = ((key[l >>> 3] & bytebit[l & 07]) != 0); in generateWorkingKey()
META-INF/MANIFEST.MF VncViewer.class VncViewer.java package VncViewer extends java.applet ...
... private int[] tempInts private static byte[] bytebit private static int[] bigbyte private static byte[ ...
META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
24223 static unsigned short bytebit[8] = {