Home
last modified time | relevance | path

Searched refs:SP3 (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dd3des.c214 static const unsigned long SP3[64] = { variable
352 fval |= SP3[(work >> 16) & 0x3fL]; in desfunc()
364 fval |= SP3[(work >> 16) & 0x3fL]; in desfunc()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java185 private static final int[] SP3 = { field in DESEngine
445 fval |= SP3[(work >>> 16) & 0x3f]; in desFunc()
457 fval |= SP3[(work >>> 16) & 0x3f]; in desFunc()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Ddes.c136 static const u32 SP3[64] = variable
361 ^ SP3[(work >> 16) & 0x3fL] in desfunc()
372 ^ SP3[(work >> 16) & 0x3fL] in desfunc()
/external/wpa_supplicant/
Ddes.c136 static const u32 SP3[64] = variable
361 ^ SP3[(work >> 16) & 0x3fL] in desfunc()
372 ^ SP3[(work >> 16) & 0x3fL] in desfunc()
/external/dropbear/libtomcrypt/src/ciphers/
Ddes.c132 static const ulong32 SP3[64] = variable
1456 ^ SP3[(work >> 16) & 0x3fL] in desfunc()
1467 ^ SP3[(work >> 16) & 0x3fL] in desfunc()
/external/v8/
DChangeLog1048 slower on WinXP SP3.