Searched refs:SP6 (Results 1 – 6 of 6) sorted by relevance
268 static const unsigned long SP6[64] = { variable356 fval |= SP6[(work >> 8) & 0x3fL]; in desfunc()368 fval |= SP6[(work >> 8) & 0x3fL]; in desfunc()
242 private static final int[] SP6 = { field in DESEngine449 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()461 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()
196 static const u32 SP6[64] = variable365 ^ SP6[(work >> 8) & 0x3fL] in desfunc()376 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
192 static const ulong32 SP6[64] = variable1460 ^ SP6[(work >> 8) & 0x3fL] in desfunc()1471 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
545 ++ This update has been tested with GCC [v3.3.3], ICC [v8] and MSVC [v6+SP6]