Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/common/tbbr/
A Dtbbr_img_def.h33 #ifndef MAX_NUMBER_IDS
34 #define MAX_NUMBER_IDS MAX_IMG_IDS_WITH_SPMDS macro
/arm-trusted-firmware-2.8.0/lib/fconf/
A Dfconf_cot_getter.c28 static const auth_img_desc_t *cot_desc[MAX_NUMBER_IDS];
30 static auth_img_desc_t auth_img_descs[MAX_NUMBER_IDS];
33 static auth_method_desc_t auth_methods[MAX_NUMBER_IDS * AUTH_METHOD_NUM];
37 static auth_param_desc_t auth_params[MAX_NUMBER_IDS * COT_MAX_VERIFIED_PARAMS];
41 static auth_param_type_desc_t auth_param_type_descs[MAX_NUMBER_IDS];
52 static unsigned char oids[(MAX_NUMBER_IDS * 2)][MAX_OID_NAME_LEN];
471 for (unsigned int i = 0U; i < MAX_NUMBER_IDS; i++) { in fconf_populate_cot_descs()
/arm-trusted-firmware-2.8.0/include/drivers/auth/
A Dauth_mod.h63 unsigned int auth_img_flags[MAX_NUMBER_IDS]
67 extern unsigned int auth_img_flags[MAX_NUMBER_IDS];
/arm-trusted-firmware-2.8.0/include/plat/arm/common/
A Darm_fconf_getter.h16 assert((id) < MAX_NUMBER_IDS); \
/arm-trusted-firmware-2.8.0/plat/st/common/include/
A Dstm32mp_fconf_getter.h17 assert((id) < MAX_NUMBER_IDS); \
/arm-trusted-firmware-2.8.0/plat/nxp/common/fip_handler/common/
A Dplat_tbbr_img_def.h51 #define MAX_NUMBER_IDS MAX_IMG_WITH_FIMG_IDS macro
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/include/
A Dplat_tbbr_img_def.h38 #define MAX_NUMBER_IDS U(19) macro
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_bl2_setup.c311 if ((image_id >= (MAX_NUMBER_IDS - MAX_SP_IDS)) && in arm_bl2_plat_handle_post_image_load()
312 (image_id < MAX_NUMBER_IDS)) { in arm_bl2_plat_handle_post_image_load()
/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/
A Darm_fconf_io.c55 const io_uuid_spec_t arm_uuid_spec[MAX_NUMBER_IDS] = {
96 struct plat_io_policy policies[MAX_NUMBER_IDS] = {
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_fconf_io.c38 struct plat_io_policy policies[MAX_NUMBER_IDS] = {
A Dbl2_io_storage.c643 for (i = 0U; i < MAX_NUMBER_IDS; i++) { in stm32_get_image_spec()

Completed in 20 milliseconds