Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/auth/cca/
H A Dbl1_cot.c138 static const auth_img_desc_t * const cot_desc[] = { variable
145 REGISTER_COT(cot_desc);
/rk3399_ARM-atf/drivers/auth/tbbr/
H A Dtbbr_cot_bl1.c173 static const auth_img_desc_t * const cot_desc[] = { variable
185 REGISTER_COT(cot_desc);
H A Dtbbr_cot_bl2.c671 static const auth_img_desc_t * const cot_desc[] = { variable
706 REGISTER_COT(cot_desc);
/rk3399_ARM-atf/lib/fconf/
H A Dfconf_cot_getter.c30 static const auth_img_desc_t *cot_desc[MAX_NUMBER_IDS]; variable
369 cot_desc[img_id] = &auth_img_descs[img_id]; in set_desc_data()
502 FCONF_REGISTER_POPULATOR(TB_FW, cot_desc, fconf_populate_cot_descs);
503 REGISTER_COT(cot_desc);
/rk3399_ARM-atf/drivers/auth/dualroot/
H A Dbl1_cot.c235 static const auth_img_desc_t * const cot_desc[] = { variable
246 REGISTER_COT(cot_desc);
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dcot.c262 static const auth_img_desc_t * const cot_desc[] = { variable
284 REGISTER_COT(cot_desc);
/rk3399_ARM-atf/drivers/nxp/auth/tbbr/
H A Dtbbr_cot.c789 static const auth_img_desc_t * const cot_desc[] = { variable
821 REGISTER_COT(cot_desc);
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_tbbr_cot_bl2.c764 static const auth_img_desc_t * const cot_desc[] = { variable
804 REGISTER_COT(cot_desc);
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst696 registered in the framework using the macro ``REGISTER_COT(cot_desc)``, where
697 ``cot_desc`` must be the name of the array (passing a pointer or any other