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

  /external/chromium_org/third_party/WebKit/Source/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/chromium_org/net/third_party/nss/ssl/
sslauth.c 136 *kp0 = ss->sec.keyBits;
144 if (ss->sec.keyBits == 0) {
sslcon.c     [all...]
sslsnce.c 114 /* 1 */ PRUint8 keyBits;
479 to->u.ssl2.keyBits = from->u.ssl2.keyBits;
561 to->u.ssl2.keyBits = from->u.ssl2.keyBits;
    [all...]
sslsecur.c 946 ss->sec.keyBits = os->sec.keyBits;
    [all...]
sslimpl.h 664 int keyBits;
    [all...]
ssl3con.c     [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/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /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 446 milliseconds