Searched defs:SP5 (Results 1 - 8 of 8) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java223 private static final int[] SP5 = { field in class:DESEngine
444 fval |= SP5[(work >>> 8) & 0x3f];
456 fval |= SP5[(work >>> 8) & 0x3f];
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DDES.java149 static int[] SP5 = { 0x00000100, 0x02080100, 0x02080000, 0x42000100, 0x00080000, 0x00000100, 0x40000000, field in class:DES
322 fval |= SP5[(work >>> 8) & 0x3f];
334 fval |= SP5[(work >>> 8) & 0x3f];
/external/dropbear/libtomcrypt/src/ciphers/
H A Ddes.c172 static const ulong32 SP5[64] = variable
1455 ^ SP5[(work >> 8) & 0x3fL]
1466 ^ SP5[(work >> 8) & 0x3fL]
/external/qemu/
H A Dd3des.c250 static const unsigned long SP5[64] = { variable
351 fval |= SP5[(work >> 8) & 0x3fL];
363 fval |= SP5[(work >> 8) & 0x3fL];
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Ddes.c176 static const u32 SP5[64] = variable
360 ^ SP5[(work >> 8) & 0x3fL]
371 ^ SP5[(work >> 8) & 0x3fL]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c168 static const u32 SP5[64] = variable
352 ^ SP5[(work >> 8) & 0x3fL]
363 ^ SP5[(work >> 8) & 0x3fL]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c168 static const u32 SP5[64] = variable
352 ^ SP5[(work >> 8) & 0x3fL]
363 ^ SP5[(work >> 8) & 0x3fL]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c168 static const u32 SP5[64] = variable
352 ^ SP5[(work >> 8) & 0x3fL]
363 ^ SP5[(work >> 8) & 0x3fL]

Completed in 210 milliseconds