Home
last modified time | relevance | path

Searched refs:img_type (Results 1 – 14 of 14) sorted by relevance

/trusted-firmware-a/drivers/auth/
A Dimg_parser_mod.c58 assert(parser_lib_indices[parser_lib_descs[index].img_type] == in img_parser_init()
62 parser_lib_indices[parser_lib_descs[index].img_type] = index; in img_parser_init()
66 int img_parser_check_integrity(img_type_t img_type, in img_parser_check_integrity() argument
75 if (img_type == IMG_RAW) { in img_parser_check_integrity()
80 idx = parser_lib_indices[img_type]; in img_parser_check_integrity()
98 int img_parser_get_auth_param(img_type_t img_type, in img_parser_get_auth_param() argument
112 if (img_type == IMG_RAW) { in img_parser_get_auth_param()
120 idx = parser_lib_indices[img_type]; in img_parser_get_auth_param()
A Dauth_mod.c110 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash()
158 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature()
163 rc = img_parser_get_auth_param(img_desc->img_type, param->sig, in auth_signature()
168 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature()
189 rc = img_parser_get_auth_param(img_desc->img_type, in auth_signature()
250 rc = img_parser_get_auth_param(img_desc->img_type, param->cert_nv_ctr, in auth_nvctr()
372 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len); in auth_mod_verify_img()
427 rc = img_parser_get_auth_param(img_desc->img_type, in auth_mod_verify_img()
/trusted-firmware-a/drivers/nxp/auth/csf_hdr_parser/
A Dcot.c35 .img_type = IMG_PLAT,
51 .img_type = IMG_PLAT,
67 .img_type = IMG_PLAT,
83 .img_type = IMG_PLAT,
100 .img_type = IMG_PLAT,
116 .img_type = IMG_PLAT,
134 .img_type = IMG_PLAT,
150 .img_type = IMG_PLAT,
166 .img_type = IMG_PLAT,
182 .img_type = IMG_PLAT,
[all …]
/trusted-firmware-a/drivers/nxp/auth/tbbr/
A Dtbbr_cot.c136 .img_type = IMG_CERT,
179 .img_type = IMG_CERT,
211 .img_type = IMG_CERT,
250 .img_type = IMG_RAW,
265 .img_type = IMG_RAW,
367 .img_type = IMG_RAW,
381 .img_type = IMG_RAW,
395 .img_type = IMG_RAW,
410 .img_type = IMG_RAW,
498 .img_type = IMG_RAW,
[all …]
/trusted-firmware-a/drivers/auth/tbbr/
A Dtbbr_cot_bl1.c29 .img_type = IMG_RAW,
47 .img_type = IMG_CERT,
89 .img_type = IMG_RAW,
106 .img_type = IMG_RAW,
123 .img_type = IMG_RAW,
140 .img_type = IMG_RAW,
155 .img_type = IMG_RAW,
A Dtbbr_cot_bl2.c90 .img_type = IMG_CERT,
132 .img_type = IMG_CERT,
164 .img_type = IMG_CERT,
196 .img_type = IMG_RAW,
213 .img_type = IMG_CERT,
284 .img_type = IMG_RAW,
299 .img_type = IMG_RAW,
401 .img_type = IMG_RAW,
415 .img_type = IMG_RAW,
429 .img_type = IMG_RAW,
[all …]
A Dtbbr_cot_bl1_r64.c43 .img_type = IMG_CERT,
85 .img_type = IMG_CERT,
117 .img_type = IMG_CERT,
156 .img_type = IMG_RAW,
A Dtbbr_cot_common.c60 .img_type = IMG_CERT,
115 .img_type = IMG_RAW,
/trusted-firmware-a/drivers/auth/dualroot/
A Dcot.c130 .img_type = IMG_CERT,
185 .img_type = IMG_RAW,
202 .img_type = IMG_RAW,
219 .img_type = IMG_RAW,
234 .img_type = IMG_RAW,
353 .img_type = IMG_RAW,
442 .img_type = IMG_RAW,
458 .img_type = IMG_RAW,
561 .img_type = IMG_RAW,
576 .img_type = IMG_RAW,
[all …]
/trusted-firmware-a/include/drivers/auth/
A Dimg_parser_mod.h34 img_type_t img_type; member
46 int img_parser_check_integrity(img_type_t img_type,
48 int img_parser_get_auth_param(img_type_t img_type,
57 .img_type = _type, \
A Dauth_mod.h30 img_type_t img_type; member
41 img_type_t img_type; member
73 .img_type = IMG_RAW, \
/trusted-firmware-a/lib/fconf/
A Dfconf_cot_getter.c123 img_type_t type = auth_img_descs[img_id].img_type; in get_auth_param_type_desc()
348 auth_img_descs[img_id].img_type = type; in set_desc_data()
/trusted-firmware-a/docs/design/
A Dauth-framework.rst602 img_type_t img_type;
657 - ``img_type``: the image parser module uses the image type to call the proper
725 .img_type = IMG_CERT,
764 .img_type = IMG_CERT,
796 .img_type = IMG_CERT,
835 .img_type = IMG_RAW,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dauth-framework.rst.txt602 img_type_t img_type;
657 - ``img_type``: the image parser module uses the image type to call the proper
725 .img_type = IMG_CERT,
764 .img_type = IMG_CERT,
796 .img_type = IMG_CERT,
835 .img_type = IMG_RAW,

Completed in 14 milliseconds