Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/auth/tbbr/
Dtbbr_cot_bl2.c112 .type_desc = &trusted_world_pk,
119 .type_desc = &non_trusted_world_pk,
154 .type_desc = &scp_fw_content_pk,
186 .type_desc = &scp_fw_hash,
235 .type_desc = &soc_fw_content_pk,
267 .type_desc = &soc_fw_hash,
274 .type_desc = &soc_fw_config_hash,
338 .type_desc = &tos_fw_content_pk,
370 .type_desc = &tos_fw_hash,
377 .type_desc = &tos_fw_extra1_hash,
[all …]
Dtbbr_cot_common.c82 .type_desc = &tb_fw_hash,
89 .type_desc = &tb_fw_config_hash,
96 .type_desc = &hw_config_hash,
103 .type_desc = &fw_config_hash,
Dtbbr_cot_bl1.c62 .type_desc = &scp_bl2u_hash,
69 .type_desc = &bl2u_hash,
76 .type_desc = &ns_bl2u_hash,
/external/arm-trusted-firmware/drivers/auth/dualroot/
Dcot.c152 .type_desc = &tb_fw_hash,
159 .type_desc = &tb_fw_config_hash,
166 .type_desc = &hw_config_hash,
173 .type_desc = &fw_config_hash,
275 .type_desc = &trusted_world_pk,
309 .type_desc = &scp_fw_content_pk,
342 .type_desc = &scp_fw_hash,
391 .type_desc = &soc_fw_content_pk,
424 .type_desc = &soc_fw_hash,
431 .type_desc = &soc_fw_config_hash,
[all …]
/external/arm-trusted-firmware/lib/fconf/
Dfconf_cot_getter.c74 auth_param_type_desc_t *type_desc, in update_parent_auth_data() argument
82 if (auth_data[i].type_desc == type_desc) { in update_parent_auth_data()
85 if (auth_data[i].type_desc == NULL) { in update_parent_auth_data()
99 auth_data[i].type_desc = type_desc; in update_parent_auth_data()
119 auth_param_type_desc_t **type_desc, in get_auth_param_type_desc() argument
128 *type_desc = img_auth_method->param.sig.pk; in get_auth_param_type_desc()
133 *type_desc = img_auth_method->param.hash.hash; in get_auth_param_type_desc()
447 auth_param_type_desc_t *type_desc = NULL; in fconf_populate_cot_descs() local
474 &type_desc, in fconf_populate_cot_descs()
483 type_desc, in fconf_populate_cot_descs()
/external/arm-trusted-firmware/drivers/auth/
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()
Dauth_mod.c59 img_desc->authenticated_data[i].type_desc)) { in auth_get_param()
396 if (img_desc->authenticated_data[i].type_desc == NULL) { in auth_mod_verify_img()
402 img_desc->authenticated_data[i].type_desc, in auth_mod_verify_img()
/external/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c429 static int get_auth_param(const auth_param_type_desc_t *type_desc, in get_auth_param() argument
438 switch (type_desc->type) { in get_auth_param()
447 rc = get_ext(type_desc->cookie, param, param_len); in get_auth_param()
450 if (type_desc->cookie != 0) { in get_auth_param()
452 rc = get_ext(type_desc->cookie, param, param_len); in get_auth_param()
/external/arm-trusted-firmware/include/drivers/auth/
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,
Dauth_common.h49 auth_param_type_desc_t *type_desc; member
/external/arm-trusted-firmware/docs/design/
Dauth-framework.rst405 int get_auth_param(const auth_param_type_desc_t *type_desc,
430 information about the parameter (``type_desc`` and ``cookie``) to identify and
572 auth_param_type_desc_t type_desc;
747 .type_desc = &trusted_world_pk,
754 .type_desc = &non_trusted_world_pk,
786 .type_desc = &soc_fw_content_pk,
818 .type_desc = &soc_fw_hash,
825 .type_desc = &soc_fw_config_hash,
918 int get_auth_param(const auth_param_type_desc_t *type_desc,