| /rk3399_ARM-atf/drivers/auth/ |
| H A D | img_parser_mod.c | 58 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()
|
| H A D | auth_mod.c | 109 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash() 166 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature() 175 rc = img_parser_get_auth_param(img_desc->img_type, param->sig, in auth_signature() 184 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature() 231 rc = img_parser_get_auth_param(img_desc->img_type, in auth_signature() 337 rc = img_parser_get_auth_param(img_desc->img_type, param->cert_nv_ctr, in auth_nvctr() 487 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len); in auth_mod_verify_img() 554 rc = img_parser_get_auth_param(img_desc->img_type, in auth_mod_verify_img()
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | cot.c | 35 .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 …]
|
| /rk3399_ARM-atf/drivers/auth/tbbr/ |
| H A D | tbbr_cot_bl1.c | 31 .img_type = IMG_RAW, 49 .img_type = IMG_CERT, 91 .img_type = IMG_RAW, 108 .img_type = IMG_RAW, 125 .img_type = IMG_RAW, 142 .img_type = IMG_RAW, 157 .img_type = IMG_RAW,
|
| H A D | tbbr_cot_bl2.c | 90 .img_type = IMG_RAW, 108 .img_type = IMG_CERT, 150 .img_type = IMG_CERT, 182 .img_type = IMG_CERT, 214 .img_type = IMG_RAW, 231 .img_type = IMG_CERT, 263 .img_type = IMG_CERT, 302 .img_type = IMG_RAW, 317 .img_type = IMG_RAW, 334 .img_type = IMG_CERT, [all …]
|
| H A D | tbbr_cot_common.c | 61 .img_type = IMG_CERT,
|
| /rk3399_ARM-atf/drivers/nxp/auth/tbbr/ |
| H A D | tbbr_cot.c | 137 .img_type = IMG_CERT, 180 .img_type = IMG_CERT, 212 .img_type = IMG_CERT, 251 .img_type = IMG_RAW, 266 .img_type = IMG_RAW, 283 .img_type = IMG_CERT, 315 .img_type = IMG_CERT, 368 .img_type = IMG_RAW, 382 .img_type = IMG_RAW, 396 .img_type = IMG_RAW, [all …]
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | img_parser_mod.h | 34 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, \
|
| H A D | auth_mod.h | 27 img_type_t img_type; member 38 img_type_t img_type; member 76 .img_type = IMG_RAW, \
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_tbbr_cot_bl2.c | 102 .img_type = IMG_CERT, 144 .img_type = IMG_CERT, 176 .img_type = IMG_CERT, 208 .img_type = IMG_RAW, 225 .img_type = IMG_CERT, 257 .img_type = IMG_CERT, 296 .img_type = IMG_RAW, 311 .img_type = IMG_RAW, 328 .img_type = IMG_CERT, 360 .img_type = IMG_CERT, [all …]
|
| /rk3399_ARM-atf/drivers/auth/dualroot/ |
| H A D | bl1_cot.c | 55 .img_type = IMG_CERT, 102 .img_type = IMG_RAW, 118 .img_type = IMG_RAW, 133 .img_type = IMG_RAW, 149 .img_type = IMG_CERT, 190 .img_type = IMG_RAW, 206 .img_type = IMG_RAW, 222 .img_type = IMG_RAW,
|
| /rk3399_ARM-atf/drivers/auth/cca/ |
| H A D | bl1_cot.c | 48 .img_type = IMG_CERT, 95 .img_type = IMG_RAW, 110 .img_type = IMG_RAW, 125 .img_type = IMG_RAW,
|
| /rk3399_ARM-atf/lib/fconf/ |
| H A D | fconf_cot_getter.c | 125 img_type_t type = auth_img_descs[img_id].img_type; in get_auth_param_type_desc() 354 auth_img_descs[img_id].img_type = type; in set_desc_data()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 672 img_type_t img_type; 727 - ``img_type``: the image parser module uses the image type to call the proper 795 .img_type = IMG_CERT, 834 .img_type = IMG_CERT, 866 .img_type = IMG_CERT, 905 .img_type = IMG_RAW,
|