Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_vbmeta_image.h51 #define AVB_RELEASE_STRING_SIZE 48 macro
191 uint8_t release_string[AVB_RELEASE_STRING_SIZE];
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_vbmeta_image.c83 if (h.release_string[AVB_RELEASE_STRING_SIZE - 1] != '\0') { in avb_vbmeta_image_verify()