/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 133 private static final byte[] totrot = field in class:DESEngine 339 l = j + totrot[i]; 352 l = j + totrot[i];
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
DES.java | 108 static byte[] totrot = { 1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28 }; field in class:DES 222 l = j + totrot[i]; 235 l = j + totrot[i];
|
/external/qemu/ |
d3des.c | 57 static const unsigned char totrot[16] = { variable 84 l = j + totrot[i]; 89 l = j + totrot[i];
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
des.c | 81 static const u8 totrot[16] = { variable 301 l = j + (u32) totrot[i]; 308 l = j + (u32) totrot[i];
|
/external/wpa_supplicant_8/src/crypto/ |
des-internal.c | 73 static const u8 totrot[16] = { variable 293 l = j + (u32) totrot[i]; 300 l = j + (u32) totrot[i];
|
/external/dropbear/libtomcrypt/src/ciphers/ |
des.c | 77 static const unsigned char totrot[16] = { variable [all...] |