Searched defs:img_parser_lib_desc_s (Results 1 – 1 of 1) sorted by relevance
33 typedef struct img_parser_lib_desc_s { struct34 img_type_t img_type;35 const char *name;37 void (*init)(void);38 int (*check_integrity)(void *img, unsigned int img_len);39 int (*get_auth_param)(const auth_param_type_desc_t *type_desc,