Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign.h31 #define LIBCR51SIGN_MAX_REGION_COUNT 16 macro
218 struct image_region image_regions[LIBCR51SIGN_MAX_REGION_COUNT];
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c712 ctx->descriptor.region_count > LIBCR51SIGN_MAX_REGION_COUNT) in validate_descriptor()