Searched refs:img_desc (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/drivers/auth/ |
D | auth_mod.c | 44 const auth_img_desc_t *img_desc, in auth_get_param() argument 49 if (img_desc->authenticated_data == NULL) in auth_get_param() 54 img_desc->authenticated_data[i].type_desc)) { in auth_get_param() 55 *param = img_desc->authenticated_data[i].data.ptr; in auth_get_param() 56 *len = img_desc->authenticated_data[i].data.len; in auth_get_param() 90 const auth_img_desc_t *img_desc, in auth_hash() argument 99 rc = auth_get_param(param->hash, img_desc->parent, in auth_hash() 108 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash() 156 const auth_img_desc_t *img_desc, in auth_signature() argument 165 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature() [all …]
|
/trusted-firmware-a-latest/plat/common/tbbr/ |
D | plat_tbbr.c | 29 int plat_set_nv_ctr2(void *cookie, const auth_img_desc_t *img_desc, in plat_set_nv_ctr2() argument 35 assert(img_desc != NULL); in plat_set_nv_ctr2() 44 if (!trusted_nv_ctr || img_desc->parent == NULL) in plat_set_nv_ctr2()
|
/trusted-firmware-a-latest/include/plat/common/ |
D | platform.h | 376 int plat_set_nv_ctr2(void *cookie, const struct auth_img_desc_s *img_desc,
|