Home
last modified time | relevance | path

Searched refs:AVB_RELEASE_STRING_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_vbmeta_image.h30 #define AVB_RELEASE_STRING_SIZE 48 macro
170 uint8_t release_string[AVB_RELEASE_STRING_SIZE];
H A Davb_vbmeta_image.c63 if (h.release_string[AVB_RELEASE_STRING_SIZE - 1] != '\0') { in avb_vbmeta_image_verify()