Searched refs:cot_desc (Results 1 – 5 of 5) sorted by relevance
28 static const auth_img_desc_t *cot_desc[MAX_NUMBER_IDS]; variable363 cot_desc[img_id] = &auth_img_descs[img_id]; in set_desc_data()496 FCONF_REGISTER_POPULATOR(TB_FW, cot_desc, fconf_populate_cot_descs);497 REGISTER_COT(cot_desc);
171 static const auth_img_desc_t * const cot_desc[] = { variable184 REGISTER_COT(cot_desc);
653 static const auth_img_desc_t * const cot_desc[] = { variable688 REGISTER_COT(cot_desc);
911 static const auth_img_desc_t * const cot_desc[] = { variable923 static const auth_img_desc_t * const cot_desc[] = { variable959 REGISTER_COT(cot_desc);
626 registered in the framework using the macro ``REGISTER_COT(cot_desc)``, where627 ``cot_desc`` must be the name of the array (passing a pointer or any other