HomeSort by relevance Sort by last modified time
    Searched refs:totrot (Results 1 - 5 of 5) sorted by null

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 133 static byte[] totrot = field in class:DESEngine
339 l = j + totrot[i];
352 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/
des.c 81 static const u8 totrot[16] = { variable
301 l = j + (u32) totrot[i];
308 l = j + (u32) 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/dropbear/libtomcrypt/src/ciphers/
des.c 77 static const unsigned char totrot[16] = { variable
    [all...]

Completed in 818 milliseconds