Searched refs:roundup32 (Results 1 – 4 of 4) sorted by relevance
20 TEST_EQ(roundup32(0), 0, "roundup32(0)"); in misc_tests()21 TEST_EQ(roundup32(15), 16, "roundup32(15)"); in misc_tests()22 TEST_EQ(roundup32(16), 16, "roundup32(16)"); in misc_tests()
82 static __inline const uint32_t roundup32(uint32_t v) in roundup32() function
94 return roundup32(strlen(desc) + 1); in vb2_desc_size()
259 pkey.key_size = roundup32(rsalen); in vb2_private_key_write()