Searched refs:SP8 (Results 1 - 8 of 8) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java281 private static final int[] SP8 = { field in class:DESEngine
449 fval |= SP8[ work & 0x3f];
461 fval |= SP8[ work & 0x3f];
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DDES.java176 static int[] SP8 = { 0x10001040, 0x00001000, 0x00040000, 0x10041040, 0x10000000, 0x10001040, 0x00000040, field in class:DES
326 fval |= SP8[work & 0x3f];
338 fval |= SP8[work & 0x3f];
/external/qemu/
H A Dd3des.c304 static const unsigned long SP8[64] = { variable
355 fval |= SP8[ work & 0x3fL];
367 fval |= SP8[ work & 0x3fL];
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c228 static const u32 SP8[64] = variable
356 leftt ^= SP8[ work & 0x3fL]
367 right ^= SP8[ work & 0x3fL]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c228 static const u32 SP8[64] = variable
356 leftt ^= SP8[ work & 0x3fL]
367 right ^= SP8[ work & 0x3fL]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c228 static const u32 SP8[64] = variable
356 leftt ^= SP8[ work & 0x3fL]
367 right ^= SP8[ work & 0x3fL]
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp300 struct SP8: public SP7 { struct in inherits:SP7
/external/dropbear/libtomcrypt/src/ciphers/
H A Ddes.c232 static const ulong32 SP8[64] = variable
1459 leftt ^= SP8[ work & 0x3fL]
1470 right ^= SP8[ work & 0x3fL]

Completed in 222 milliseconds