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

  /external/webkit/Source/JavaScriptCore/wtf/
BloomFilter.h 34 // Counting bloom filter with k=2 and 8 bit counters. Uses 2^keyBits bytes of memory.
36 // keys and m is the table size (==2^keyBits).
37 template <unsigned keyBits>
40 COMPILE_ASSERT(keyBits <= 16, bloom_filter_key_size);
42 static const size_t tableSize = 1 << keyBits;
43 static const unsigned keyMask = (1 << keyBits) - 1;
82 template <unsigned keyBits>
83 inline void BloomFilter<keyBits>::add(unsigned hash)
93 template <unsigned keyBits>
94 inline void BloomFilter<keyBits>::remove(unsigned hash
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes-internal-dec.c 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits)
34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
aes_i.h 123 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits);
aes-internal.c     [all...]
  /external/openssh/
rijndael.c     [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 127 int keyBits;
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 214 milliseconds