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

  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer.cc 18 // Defined kKeySize for GetKeySize() and SetKey().
19 static const size_t kKeySize = 16;
25 size_t CryptoSecretBoxer::GetKeySize() { return kKeySize; }
28 DCHECK_EQ(static_cast<size_t>(kKeySize), key.size());
aes_128_gcm_12_encrypter_openssl.cc 19 const size_t kKeySize = 16;
153 size_t Aes128Gcm12Encrypter::GetKeySize() const { return kKeySize; }
aes_128_gcm_12_encrypter_nss.cc 107 const size_t kKeySize = 16;
360 size_t Aes128Gcm12Encrypter::GetKeySize() const { return kKeySize; }
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 31 static const char kKeySize[] = "size";
116 dict->SetString(kKeySize,
133 dict->SetString(kKeySize,
151 dict->SetString(kKeySize,
170 dict->SetString(kKeySize,
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.h 102 kKeySize = SkAlign4(kPadOffset),
103 kPadSize = kKeySize - kPadOffset
111 uint8_t fKey8[kKeySize];
112 uint32_t fKey32[kKeySize / 4];
123 GrBinHashKey<kKeySize> fKey;
GrBinHashKey.h 23 enum { kKeySize = KEY_SIZE };
  /external/skia/src/gpu/
GrResourceCache.h 102 kKeySize = SkAlign4(kPadOffset),
103 kPadSize = kKeySize - kPadOffset
111 uint8_t fKey8[kKeySize];
112 uint32_t fKey32[kKeySize / 4];
123 GrBinHashKey<kKeySize> fKey;
GrBinHashKey.h 23 enum { kKeySize = KEY_SIZE };
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 41 const char kKeySize[] = "size";
145 dict->SetString(kKeySize, ui::FormatBytes(database_info.size));
159 dict->SetString(kKeySize, ui::FormatBytes(local_storage_info.size));
174 dict->SetString(kKeySize, ui::FormatBytes(appcache_info.size));
190 dict->SetString(kKeySize, ui::FormatBytes(indexed_db_info.size_));
  /external/chromium/crypto/
hmac_unittest.cc 14 const int kKeySize = 16;
17 const unsigned char kClientKey[kKeySize] =
56 ASSERT_TRUE(hmac.Init(kClientKey, kKeySize));
  /external/chromium_org/crypto/
hmac_unittest.cc 36 const int kKeySize = 16;
39 const unsigned char kClientKey[kKeySize] =
78 ASSERT_TRUE(hmac.Init(kClientKey, kKeySize));
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 152 const int kKeySize = 16;
154 fprintf(stdout, "Keys: %d bytes each\n", kKeySize);
160 ((static_cast<int64_t>(kKeySize + FLAGS_value_size) * num_)
163 (((kKeySize + FLAGS_value_size * FLAGS_compression_ratio) * num_)
db_bench_sqlite3.cc 182 const int kKeySize = 16;
184 fprintf(stdout, "Keys: %d bytes each\n", kKeySize);
188 ((static_cast<int64_t>(kKeySize + FLAGS_value_size) * num_)
  /external/chromium_org/remoting/protocol/
pairing_registry.cc 22 const int kKeySize = 16;
50 char buffer[kKeySize];
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 315 const int kKeySize = 16;
317 fprintf(stdout, "Keys: %d bytes each\n", kKeySize);
323 ((static_cast<int64_t>(kKeySize + FLAGS_value_size) * num_)
326 (((kKeySize + FLAGS_value_size * FLAGS_compression_ratio) * num_)

Completed in 343 milliseconds