Searched defs:flash_img_check (Results 1 – 2 of 2) sorted by relevance
44 struct flash_img_check { struct45 const uint8_t *match; /** Match vector data */46 size_t clen; /** Content to be compared */
102 int flash_img_check(struct flash_img_context *ctx, in flash_img_check() function