Searched refs:BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
156 static constexpr uint32_t BLOCK_SIZE = 16; variable159 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()