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