Home
last modified time | relevance | path

Searched refs:SP8 (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/common/
Dd3des.c315 static unsigned long SP8[64] = { variable
367 fval |= SP8[ work & 0x3fL]; in desfunc()
379 fval |= SP8[ work & 0x3fL]; in desfunc()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java281 private static final int[] SP8 = { field in DESEngine
449 fval |= SP8[ work & 0x3f]; in desFunc()
461 fval |= SP8[ work & 0x3f]; in desFunc()
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c228 static const u32 SP8[64] = variable
356 leftt ^= SP8[ work & 0x3fL] in desfunc()
367 right ^= SP8[ work & 0x3fL] in desfunc()
/external/libvncserver/webclients/novnc/include/
Ddes.js89 z = 0x0, a,b,c,d,e,f, SP1,SP2,SP3,SP4,SP5,SP6,SP7,SP8,
129 SP8 = [b|f,z|e,a|z,c|f,b|z,b|f,z|d,b|z,a|d,c|z,c|f,a|e,c|e,a|f,z|e,z|d,
222 fval |= SP8[x & 0x3f];
234 fval |= SP8[x & 0x0000003f];
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp336 struct SP8: public SP7 { struct