Home
last modified time | relevance | path

Searched defs:kKeySize (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dkey_util.h17 inline constexpr size_t kKeySize = 32; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Daes_256_gcm_encrypter.cc13 const size_t kKeySize = 32; variable
H A Daes_128_gcm_12_encrypter.cc13 const size_t kKeySize = 16; variable
H A Daes_128_gcm_encrypter.cc13 const size_t kKeySize = 16; variable
H A Daes_128_gcm_12_decrypter.cc14 const size_t kKeySize = 16; variable
H A Dchacha20_poly1305_encrypter.cc13 const size_t kKeySize = 32; variable
H A Dchacha20_poly1305_tls_encrypter.cc13 const size_t kKeySize = 32; variable
H A Daes_128_gcm_decrypter.cc16 const size_t kKeySize = 16; variable
H A Daes_256_gcm_decrypter.cc16 const size_t kKeySize = 32; variable
H A Dchacha20_poly1305_tls_decrypter.cc16 const size_t kKeySize = 32; variable
H A Dchacha20_poly1305_decrypter.cc14 const size_t kKeySize = 32; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dsimple_ticket_crypter.h38 static constexpr size_t kKeySize = 16; variable
/aosp_15_r20/external/lzma/CPP/7zip/Crypto/
H A D7zAes.h16 const unsigned kKeySize = 32; variable
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/fuzzer/
H A Dkeymaster4_common.h27 constexpr uint32_t kKeySize = 2048; variable
/aosp_15_r20/external/libchrome/crypto/
H A Dhmac_unittest.cc39 const int kKeySize = 16; in TEST() local
/aosp_15_r20/external/cronet/crypto/
H A Dhmac_unittest.cc41 const int kKeySize = 16; in TEST() local
/aosp_15_r20/external/leveldb/benchmarks/
H A Ddb_bench_tree_db.cc151 const int kKeySize = 16; in PrintHeader() local
H A Ddb_bench_sqlite3.cc183 const int kKeySize = 16; in PrintHeader() local
H A Ddb_bench.cc384 const int kKeySize = 16 + FLAGS_key_prefix; in PrintHeader() local
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DAnalyticBlurMask.cpp368 static constexpr int kKeySize = sizeof(DerivedParams) / sizeof(uint32_t); in MakeRRect() local