Home
last modified time | relevance | path

Searched refs:SP6 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/ui/
Dd3des.c268 static const unsigned long SP6[64] = { variable
356 fval |= SP6[(work >> 8) & 0x3fL]; in desfunc()
368 fval |= SP6[(work >> 8) & 0x3fL]; in desfunc()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java243 private static final int[] SP6 = { field in DESEngine
450 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()
462 fval |= SP6[(work >>> 8) & 0x3f]; in desFunc()
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c188 static const u32 SP6[64] = variable
357 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
368 ^ SP6[(work >> 8) & 0x3fL] in desfunc()
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp278 struct SP6 struct
286 SP6<int> c; in TestSP6() argument