Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/auth/tbbr/
Dtbbr_cot.c161 .type_desc = &tb_fw_hash,
168 .type_desc = &tb_fw_config_hash,
175 .type_desc = &hw_config_hash,
259 .type_desc = &trusted_world_pk,
266 .type_desc = &non_trusted_world_pk,
301 .type_desc = &scp_fw_content_pk,
333 .type_desc = &scp_fw_hash,
382 .type_desc = &soc_fw_content_pk,
414 .type_desc = &soc_fw_hash,
421 .type_desc = &soc_fw_config_hash,
[all …]
/external/arm-trusted-firmware/drivers/auth/
Dimg_parser_mod.c100 const auth_param_type_desc_t *type_desc, in img_parser_get_auth_param() argument
106 assert(type_desc != NULL); in img_parser_get_auth_param()
114 assert(type_desc->type == AUTH_PARAM_RAW_DATA); in img_parser_get_auth_param()
125 return parser_lib_descs[idx].get_auth_param(type_desc, img_ptr, img_len, in img_parser_get_auth_param()
Dauth_mod.c58 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;
745 .type_desc = &trusted_world_pk,
752 .type_desc = &non_trusted_world_pk,
784 .type_desc = &soc_fw_content_pk,
816 .type_desc = &soc_fw_hash,
823 .type_desc = &soc_fw_config_hash,
916 int get_auth_param(const auth_param_type_desc_t *type_desc,