Searched defs:kBlockSize (Results 1 – 6 of 6) sorted by relevance
27 const uint8_t kBlockSize = AES_BLOCK_SIZE; variable
190 uint8_t key[kBlockSize], in makeCryptoInfo()191 uint8_t iv[kBlockSize], in makeCryptoInfo()
25 const uint8_t kBlockSize = 16; // AES_BLOCK_SIZE; variable
30 static constexpr size_t kBlockSize = kMaxPageSize; member in berberis::MmapPoolTest
45 static constexpr size_t kBlockSize = arena_internal::kDefaultArenaBlockSize; member in berberis::ArenaTest
93 static const uint8_t kBlockSize = 16; // AES_BLOCK_SIZE member