Searched refs:AVB_RELEASE_STRING_SIZE (Results 1 – 4 of 4) sorted by relevance
49 #define AVB_RELEASE_STRING_SIZE 48 macro191 uint8_t release_string[AVB_RELEASE_STRING_SIZE];
83 if (h.release_string[AVB_RELEASE_STRING_SIZE - 1] != '\0') { in avb_vbmeta_image_verify()
182 for (size_t n = 0; n < AVB_RELEASE_STRING_SIZE; n++) { in TEST_F()
119 EXPECT_GT(expected_str.size(), (size_t)(AVB_RELEASE_STRING_SIZE - 1)); in TEST_F()120 expected_str.resize(AVB_RELEASE_STRING_SIZE - 1); in TEST_F()