Home
last modified time | relevance | path

Searched refs:bytebit (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c49 static const u32 bytebit[8] = variable
282 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()
/external/libvncserver/common/
Dd3des.c46 static unsigned short bytebit[8] = { variable
84 pc1m[j] = (key[l >> 3] & bytebit[m]) ? 1 : 0; in rfbDesKey()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java107 private static final short[] bytebit = field in DESEngine
319 pc1m[j] = ((key[l >>> 3] & bytebit[l & 07]) != 0); in generateWorkingKey()
/external/libvncserver/webclients/java-applet/
DVncViewer.jarMETA-INF/MANIFEST.MF VncViewer.class VncViewer.java package VncViewer extends java.applet ...
/external/libvncserver/webclients/java-applet/ssl/
DSignedVncViewer.jar ... private int[] tempInts private static byte[] bytebit private static int[] bigbyte private static byte[ ...
DVncViewer.jar ... private int[] tempInts private static byte[] bytebit private static int[] bigbyte private static byte[ ...
DSignedUltraViewerSSL.jar ... private int[] tempInts private static byte[] bytebit private static int[] bigbyte private static byte[ ...
DUltraViewerSSL.jar ... private int[] tempInts private static byte[] bytebit private static int[] bigbyte private static byte[ ...
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch24223 static unsigned short bytebit[8] = {