Home
last modified time | relevance | path

Searched refs:SP4 (Results 1 – 7 of 7) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DDES.java140 …static int[] SP4 = { 0x00802001, 0x00002081, 0x00002081, 0x00000080, 0x00802080, 0x00800081, 0x008… field in DES
328 fval |= SP4[(work >>> 16) & 0x3f]; in desFunc()
340 fval |= SP4[(work >>> 16) & 0x3f]; in desFunc()
/external/qemu/
Dd3des.c232 static const unsigned long SP4[64] = { variable
357 fval |= SP4[(work >> 16) & 0x3fL]; in desfunc()
369 fval |= SP4[(work >> 16) & 0x3fL]; in desfunc()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESEngine.java204 private static final int[] SP4 = { field in DESEngine
450 fval |= SP4[(work >>> 16) & 0x3f]; in desFunc()
462 fval |= SP4[(work >>> 16) & 0x3f]; in desFunc()
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c148 static const u32 SP4[64] = variable
358 ^ SP4[(work >> 16) & 0x3fL] in desfunc()
369 ^ SP4[(work >> 16) & 0x3fL] in desfunc()
/external/iptables/utils/
Dpf.os409 65535:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP1
410 65535:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP1
415 S45:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP 1
416 S45:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP 1
417 40320:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4
426 32767:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows SP1, 2000 SP4
427 32767:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows SP1, 2000 SP4
/external/stlport/doc/
DREADME.evc421 - eMbedded Visual C++ 4.0 SP4
/external/dropbear/libtomcrypt/src/ciphers/
Ddes.c152 static const ulong32 SP4[64] = variable
1461 ^ SP4[(work >> 16) & 0x3fL] in desfunc()
1472 ^ SP4[(work >> 16) & 0x3fL] in desfunc()