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

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 147 static int[] SP1 = {
446 fval |= SP1[(work >>> 24) & 0x3f];
458 fval |= SP1[(work >>> 24) & 0x3f];
  /external/qemu/
d3des.c 178 static const unsigned long SP1[64] = {
353 fval |= SP1[(work >> 24) & 0x3fL];
365 fval |= SP1[(work >> 24) & 0x3fL];
  /external/wpa_supplicant/
des.c 96 static const u32 SP1[64] =
362 ^ SP1[(work >> 24) & 0x3fL];
373 ^ SP1[(work >> 24) & 0x3fL];
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 96 static const u32 SP1[64] =
362 ^ SP1[(work >> 24) & 0x3fL];
373 ^ SP1[(work >> 24) & 0x3fL];
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 92 static const ulong32 SP1[64] =
    [all...]

Completed in 70 milliseconds