Searched refs:SP6 (Results 1 – 4 of 4) 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()
243 private static final int[] SP6 = { field in DESEngine450 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()462 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()
188 static const u32 SP6[64] = variable357 ^ SP6[(work >> 8) & 0x3fL] in desfunc()368 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
278 struct SP6 struct286 SP6<int> c; in TestSP6() argument