Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/auth/
Dimg_parser_mod.c20 static img_parser_lib_desc_t *parser_lib_descs; variable
48 parser_lib_descs = (img_parser_lib_desc_t *) PARSER_LIB_DESCS_START; in img_parser_init()
52 validate_desc(&parser_lib_descs[index]); in img_parser_init()
55 parser_lib_descs[index].init(); in img_parser_init()
58 assert(parser_lib_indices[parser_lib_descs[index].img_type] == in img_parser_init()
62 parser_lib_indices[parser_lib_descs[index].img_type] = index; in img_parser_init()
84 return parser_lib_descs[idx].check_integrity(img_ptr, img_len); in img_parser_check_integrity()
124 return parser_lib_descs[idx].get_auth_param(type_desc, img_ptr, img_len, in img_parser_get_auth_param()