Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dencrypted_serializable.cpp153 static constexpr uint32_t BLOCK_SIZE = 16; variable
156 return num % BLOCK_SIZE == 0 ? num : num + (BLOCK_SIZE - (num % BLOCK_SIZE)); in RoundUpToBlockSize()
229 buf = keymaster::append_uint32_to_buf(buf, end, BLOCK_SIZE); in Serialize()
267 if (block_size != BLOCK_SIZE) { in Deserialize()
269 << ", expected " << BLOCK_SIZE; in Deserialize()