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

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 166 static int[] SP2 = {
451 fval |= SP2[(work >>> 24) & 0x3f];
463 fval |= SP2[(work >>> 24) & 0x3f];
  /external/qemu/
d3des.c 196 static const unsigned long SP2[64] = {
358 fval |= SP2[(work >> 24) & 0x3fL];
370 fval |= SP2[(work >> 24) & 0x3fL];
  /external/wpa_supplicant/
des.c 116 static const u32 SP2[64] =
367 ^ SP2[(work >> 24) & 0x3fL];
378 ^ SP2[(work >> 24) & 0x3fL];
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 116 static const u32 SP2[64] =
367 ^ SP2[(work >> 24) & 0x3fL];
378 ^ SP2[(work >> 24) & 0x3fL];
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 112 static const ulong32 SP2[64] =
    [all...]

Completed in 291 milliseconds