HomeSort by relevance Sort by last modified time
    Searched defs:img_id (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/
auth_mod.h 26 unsigned int img_id; member in struct:auth_img_desc_s
35 int auth_mod_get_parent_id(unsigned int img_id, unsigned int *parent_id);
36 int auth_mod_verify_img(unsigned int img_id,
  /device/linaro/bootloader/arm-trusted-firmware/common/
desc_image_load.c 118 unsigned int img_id = 0; local
178 img_id = desc_ptr->next_handoff_image_id;
179 if (img_id == INVALID_IMAGE_ID)
183 link_index = get_bl_params_node_index(img_id);
189 assert(img_id == INVALID_IMAGE_ID);

Completed in 1099 milliseconds