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.cpp156 static constexpr uint32_t BLOCK_SIZE = 16; variable
159 return num % BLOCK_SIZE == 0 ? num : num + (BLOCK_SIZE - (num % BLOCK_SIZE)); in RoundUpToBlockSize()
224 buf = keymaster::append_uint32_to_buf(buf, end, BLOCK_SIZE); in Serialize()
260 if (block_size != BLOCK_SIZE) { in Deserialize()
262 << ", expected " << BLOCK_SIZE; in Deserialize()