Home
last modified time | relevance | path

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

/external/qemu/
Dd3des.c268 static const unsigned long SP6[64] = { variable
356 fval |= SP6[(work >> 8) & 0x3fL]; in desfunc()
368 fval |= SP6[(work >> 8) & 0x3fL]; in desfunc()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java242 private static final int[] SP6 = { field in DESEngine
449 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()
461 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Ddes.c196 static const u32 SP6[64] = variable
365 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
376 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
/external/wpa_supplicant/
Ddes.c196 static const u32 SP6[64] = variable
365 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
376 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
/external/dropbear/libtomcrypt/src/ciphers/
Ddes.c192 static const ulong32 SP6[64] = variable
1460 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
1471 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
/external/dropbear/libtomcrypt/
Dchanges545 ++ This update has been tested with GCC [v3.3.3], ICC [v8] and MSVC [v6+SP6]