HomeSort by relevance Sort by last modified time
    Searched full:bigbyte (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 112 private static final int[] bigbyte = field in class:DESEngine
368 newKey[m] |= bigbyte[j];
373 newKey[n] |= bigbyte[j];
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 54 static const u32 bigbyte[24] = variable
308 kn[m] |= bigbyte[j];
310 kn[n] |= bigbyte[j];
  /external/qemu/ui/
d3des.c 41 static const unsigned long bigbyte[24] = { variable
94 if( pcr[pc2[j]] ) kn[m] |= bigbyte[j];
95 if( pcr[pc2[j+24]] ) kn[n] |= bigbyte[j];
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 

Completed in 988 milliseconds