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

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java242 private static final int[] SP6 = { field in class:DESEngine
449 fval |= SP6[(work >>> 8) & 0x3f];
461 fval |= SP6[(work >>> 8) & 0x3f];
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DDES.java158 static int[] SP6 = { 0x20000010, 0x20400000, 0x00004000, 0x20404010, 0x20400000, 0x00000010, 0x20404010, field in class:DES
327 fval |= SP6[(work >>> 8) & 0x3f];
339 fval |= SP6[(work >>> 8) & 0x3f];
/external/qemu/
H A Dd3des.c268 static const unsigned long SP6[64] = { variable
356 fval |= SP6[(work >> 8) & 0x3fL];
368 fval |= SP6[(work >> 8) & 0x3fL];
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Ddes.c196 static const u32 SP6[64] = variable
365 ^ SP6[(work >> 8) & 0x3fL]
376 ^ SP6[(work >> 8) & 0x3fL]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c188 static const u32 SP6[64] = variable
357 ^ SP6[(work >> 8) & 0x3fL]
368 ^ SP6[(work >> 8) & 0x3fL]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c188 static const u32 SP6[64] = variable
357 ^ SP6[(work >> 8) & 0x3fL]
368 ^ SP6[(work >> 8) & 0x3fL]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c188 static const u32 SP6[64] = variable
357 ^ SP6[(work >> 8) & 0x3fL]
368 ^ SP6[(work >> 8) & 0x3fL]
/external/dropbear/libtomcrypt/src/ciphers/
H A Ddes.c192 static const ulong32 SP6[64] = variable
1460 ^ SP6[(work >> 8) & 0x3fL]
1471 ^ SP6[(work >> 8) & 0x3fL]

Completed in 217 milliseconds