Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/auth/
A Dimg_parser_mod.c19 static unsigned int parser_lib_indices[IMG_MAX_TYPES]; variable
39 parser_lib_indices[index] = INVALID_IDX; 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()
80 idx = parser_lib_indices[img_type]; in img_parser_check_integrity()
120 idx = parser_lib_indices[img_type]; in img_parser_get_auth_param()

Completed in 3 milliseconds