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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java261 private static final int[] SP7 = { field in class:DESEngine
443 fval = SP7[ work & 0x3f];
455 fval = SP7[ work & 0x3f];
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DDES.java167 static int[] SP7 = { 0x00200000, 0x04200002, 0x04000802, 0x00000000, 0x00000800, 0x04000802, 0x00200802, field in class:DES
321 fval = SP7[work & 0x3f];
333 fval = SP7[work & 0x3f];
/external/qemu/
H A Dd3des.c286 static const unsigned long SP7[64] = { variable
350 fval = SP7[ work & 0x3fL];
362 fval = SP7[ work & 0x3fL];
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Ddes.c216 static const u32 SP7[64] = variable
359 leftt ^= SP7[work & 0x3fL]
370 right ^= SP7[ work & 0x3fL]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c208 static const u32 SP7[64] = variable
351 leftt ^= SP7[work & 0x3fL]
362 right ^= SP7[ work & 0x3fL]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c208 static const u32 SP7[64] = variable
351 leftt ^= SP7[work & 0x3fL]
362 right ^= SP7[ work & 0x3fL]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c208 static const u32 SP7[64] = variable
351 leftt ^= SP7[work & 0x3fL]
362 right ^= SP7[ work & 0x3fL]
/external/dropbear/libtomcrypt/src/ciphers/
H A Ddes.c212 static const ulong32 SP7[64] = variable
1454 leftt ^= SP7[work & 0x3fL]
1465 right ^= SP7[ work & 0x3fL]

Completed in 33 milliseconds