Searched refs:img_desc (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | auth_mod.c | 45 const auth_img_desc_t *img_desc, in auth_get_param() argument 50 if (img_desc->authenticated_data == NULL) in auth_get_param() 55 img_desc->authenticated_data[i].type_desc)) { in auth_get_param() 56 *param = img_desc->authenticated_data[i].data.ptr; in auth_get_param() 57 *len = img_desc->authenticated_data[i].data.len; in auth_get_param() 91 const auth_img_desc_t *img_desc, in auth_hash() argument 100 rc = auth_get_param(param->hash, img_desc->parent, in auth_hash() 109 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash() 157 const auth_img_desc_t *img_desc, in auth_signature() argument 166 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature() [all …]
|
| /rk3399_ARM-atf/plat/common/tbbr/ |
| H A 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()
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 457 int plat_set_nv_ctr2(void *cookie, const struct auth_img_desc_s *img_desc,
|