Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dd3des.c261 static unsigned long SP5[64] = { variable
363 fval |= SP5[(work >> 8) & 0x3fL]; in desfunc()
375 fval |= SP5[(work >> 8) & 0x3fL]; in desfunc()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java224 private static final int[] SP5 = { field in DESEngine
445 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()
457 fval |= SP5[(work >>> 8) & 0x3f]; in desFunc()
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c168 static const u32 SP5[64] = variable
352 ^ SP5[(work >> 8) & 0x3fL] in desfunc()
363 ^ SP5[(work >> 8) & 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,
114 SP5 = [z|d,a|f,a|e,c|d,z|e,z|d,b|z,a|e,b|f,z|e,a|d,b|f,c|d,c|e,z|f,b|z,
218 fval |= SP5[(x >>> 8) & 0x3f];
230 fval |= SP5[(x >>> 8) & 0x3f];
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp306 struct SP5 struct