Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/auth/tbbr/
H A Dtbbr_cot_bl2.c130 .type_desc = &trusted_world_pk,
137 .type_desc = &non_trusted_world_pk,
172 .type_desc = &scp_fw_content_pk,
204 .type_desc = &scp_fw_hash,
253 .type_desc = &soc_fw_content_pk,
285 .type_desc = &soc_fw_hash,
292 .type_desc = &soc_fw_config_hash,
356 .type_desc = &tos_fw_content_pk,
388 .type_desc = &tos_fw_hash,
395 .type_desc = &tos_fw_extra1_hash,
[all …]
H A Dtbbr_cot_common.c83 .type_desc = &tb_fw_hash,
90 .type_desc = &tb_fw_config_hash,
97 .type_desc = &hw_config_hash,
104 .type_desc = &fw_config_hash,
H A Dtbbr_cot_bl1.c64 .type_desc = &scp_bl2u_hash,
71 .type_desc = &bl2u_hash,
78 .type_desc = &ns_bl2u_hash,
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_tbbr_cot_bl2.c124 .type_desc = &trusted_world_pk,
131 .type_desc = &non_trusted_world_pk,
166 .type_desc = &scp_fw_content_pk,
198 .type_desc = &scp_fw_hash,
247 .type_desc = &soc_fw_content_pk,
279 .type_desc = &soc_fw_hash,
286 .type_desc = &soc_fw_config_hash,
350 .type_desc = &tos_fw_content_pk,
382 .type_desc = &tos_fw_hash,
389 .type_desc = &tos_fw_extra1_hash,
[all …]
/rk3399_ARM-atf/drivers/nxp/auth/tbbr/
H A Dtbbr_cot.c159 .type_desc = &trusted_world_pk,
166 .type_desc = &non_trusted_world_pk,
202 .type_desc = &soc_fw_content_pk,
234 .type_desc = &soc_fw_hash,
241 .type_desc = &soc_fw_config_hash,
305 .type_desc = &tos_fw_content_pk,
337 .type_desc = &tos_fw_hash,
344 .type_desc = &tos_fw_extra1_hash,
351 .type_desc = &tos_fw_extra2_hash,
358 .type_desc = &tos_fw_config_hash,
[all …]
/rk3399_ARM-atf/lib/fconf/
H A Dfconf_cot_getter.c76 auth_param_type_desc_t *type_desc, in update_parent_auth_data() argument
84 if (auth_data[i].type_desc == type_desc) { in update_parent_auth_data()
87 if (auth_data[i].type_desc == NULL) { in update_parent_auth_data()
101 auth_data[i].type_desc = type_desc; in update_parent_auth_data()
121 auth_param_type_desc_t **type_desc, in get_auth_param_type_desc() argument
130 *type_desc = img_auth_method->param.sig.pk; in get_auth_param_type_desc()
135 *type_desc = img_auth_method->param.hash.hash; in get_auth_param_type_desc()
453 auth_param_type_desc_t *type_desc = NULL; in fconf_populate_cot_descs() local
480 &type_desc, in fconf_populate_cot_descs()
489 type_desc, in fconf_populate_cot_descs()
/rk3399_ARM-atf/drivers/auth/
H A Dimg_parser_mod.c99 const auth_param_type_desc_t *type_desc, in img_parser_get_auth_param() argument
105 assert(type_desc != NULL); in img_parser_get_auth_param()
113 assert(type_desc->type == AUTH_PARAM_RAW_DATA); in img_parser_get_auth_param()
124 return parser_lib_descs[idx].get_auth_param(type_desc, img_ptr, img_len, in img_parser_get_auth_param()
H A Dauth_mod.c55 img_desc->authenticated_data[i].type_desc)) { in auth_get_param()
473 const auth_param_type_desc_t *type_desc = NULL; in auth_mod_verify_img() local
549 if (img_desc->authenticated_data[i].type_desc == NULL) { in auth_mod_verify_img()
555 img_desc->authenticated_data[i].type_desc, in auth_mod_verify_img()
576 type_desc = img_desc->authenticated_data[i].type_desc; in auth_mod_verify_img()
577 if (type_desc->type == AUTH_PARAM_PUB_KEY) { in auth_mod_verify_img()
578 rc = plat_mboot_measure_key(type_desc->cookie, in auth_mod_verify_img()
/rk3399_ARM-atf/drivers/auth/dualroot/
H A Dbl1_cot.c77 .type_desc = &tb_fw_hash,
84 .type_desc = &tb_fw_config_hash,
91 .type_desc = &fw_config_hash,
164 .type_desc = &scp_bl2u_hash,
171 .type_desc = &bl2u_hash,
178 .type_desc = &ns_bl2u_hash,
/rk3399_ARM-atf/include/drivers/auth/
H A Dimg_parser_mod.h39 int (*get_auth_param)(const auth_param_type_desc_t *type_desc,
49 const auth_param_type_desc_t *type_desc,
H A Dauth_common.h49 auth_param_type_desc_t *type_desc; member
/rk3399_ARM-atf/drivers/auth/cca/
H A Dbl1_cot.c70 .type_desc = &tb_fw_hash,
77 .type_desc = &tb_fw_config_hash,
84 .type_desc = &fw_config_hash,
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dplat_img_parser.c124 static int get_auth_param(const auth_param_type_desc_t *type_desc, in get_auth_param() argument
134 switch (type_desc->type) { in get_auth_param()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_x509_parser.c459 static int get_auth_param(const auth_param_type_desc_t *type_desc, in get_auth_param() argument
468 switch (type_desc->type) { in get_auth_param()
477 rc = get_ext(type_desc->cookie, param, param_len); in get_auth_param()
480 if (type_desc->cookie != NULL) { in get_auth_param()
482 rc = get_ext(type_desc->cookie, param, param_len); in get_auth_param()
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py318 type_desc = node.name
319 ptr = type_desc + "_buf"
321 if re.search("_pk$", type_desc):
329 return type_desc, ptr, len
522 type_desc, ptr, data_len = self.format_auth_data_val(d, node)
525 f.write("\t\t\t.type_desc = &{},\n".format(type_desc))
607 type_desc, ptr, data_len = self.format_auth_data_val(a, c)
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst474 int get_auth_param(const auth_param_type_desc_t *type_desc,
499 information about the parameter (``type_desc`` and ``cookie``) to identify and
642 auth_param_type_desc_t type_desc;
817 .type_desc = &trusted_world_pk,
824 .type_desc = &non_trusted_world_pk,
856 .type_desc = &soc_fw_content_pk,
888 .type_desc = &soc_fw_hash,
895 .type_desc = &soc_fw_config_hash,
988 int get_auth_param(const auth_param_type_desc_t *type_desc,