Home
last modified time | relevance | path

Searched refs:SP5 (Results 1 – 8 of 8) sorted by relevance

/external/qemu/
Dd3des.c250 static const unsigned long SP5[64] = { variable
351 fval |= SP5[(work >> 8) & 0x3fL]; in desfunc()
363 fval |= SP5[(work >> 8) & 0x3fL]; in desfunc()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java223 private static final int[] SP5 = { field in DESEngine
444 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()
456 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Ddes.c176 static const u32 SP5[64] = variable
360 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
371 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
/external/wpa_supplicant/
Ddes.c176 static const u32 SP5[64] = variable
360 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
371 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
/external/stlport/stlport/stl/config/
D_msvc.h75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
/external/stlport/doc/
DREADME.msvc12 Visual C++ 6 SP5. It can also be used for the MSVC++ family.
/external/dropbear/libtomcrypt/src/ciphers/
Ddes.c172 static const ulong32 SP5[64] = variable
1455 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
1466 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
/external/stlport/etc/
DChangeLog-5.17526 * _threads.h : fixed InterlockedXXX definitions for VC++ 6.0 SP5 (thanks AndreasM)
7617 * config/stl_msvc.h, <cmath> : corrected _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS for VC++ 6.0 SP5