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

  /external/wpa_supplicant/
des.c 57 static const u32 bytebit[8] = variable
290 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 57 static const u32 bytebit[8] = variable
290 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0);
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 55 static const u32 bytebit[8] = variable
288 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 106 private static final short[] bytebit = field in class:DESEngine
318 pc1m[j] = ((key[l >>> 3] & bytebit[l & 07]) != 0);
  /external/qemu/
d3des.c 3 * triple-length support removed for use in VNC. Also the bytebit[] array
38 static const unsigned short bytebit[8] = { variable
76 pc1m[j] = (key[l >> 3] & bytebit[m]) ? 1 : 0;
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 53 static const ulong32 bytebit[8] = variable
    [all...]

Completed in 244 milliseconds