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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java204 private static final int[] SP4 = { field in class:DESEngine
450 fval |= SP4[(work >>> 16) & 0x3f];
462 fval |= SP4[(work >>> 16) & 0x3f];
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DDES.java140 static int[] SP4 = { 0x00802001, 0x00002081, 0x00002081, 0x00000080, 0x00802080, 0x00800081, 0x00800001, field in class:DES
328 fval |= SP4[(work >>> 16) & 0x3f];
340 fval |= SP4[(work >>> 16) & 0x3f];
/external/qemu/
H A Dd3des.c232 static const unsigned long SP4[64] = { variable
357 fval |= SP4[(work >> 16) & 0x3fL];
369 fval |= SP4[(work >> 16) & 0x3fL];
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Ddes.c156 static const u32 SP4[64] = variable
366 ^ SP4[(work >> 16) & 0x3fL]
377 ^ SP4[(work >> 16) & 0x3fL]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c148 static const u32 SP4[64] = variable
358 ^ SP4[(work >> 16) & 0x3fL]
369 ^ SP4[(work >> 16) & 0x3fL]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c148 static const u32 SP4[64] = variable
358 ^ SP4[(work >> 16) & 0x3fL]
369 ^ SP4[(work >> 16) & 0x3fL]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c148 static const u32 SP4[64] = variable
358 ^ SP4[(work >> 16) & 0x3fL]
369 ^ SP4[(work >> 16) & 0x3fL]
/external/dropbear/libtomcrypt/src/ciphers/
H A Ddes.c152 static const ulong32 SP4[64] = variable
1461 ^ SP4[(work >> 16) & 0x3fL]
1472 ^ SP4[(work >> 16) & 0x3fL]

Completed in 1865 milliseconds