Searched refs:IMG_RAW (Results 1 – 12 of 12) sorted by relevance
/trusted-firmware-a/drivers/auth/tbbr/ |
A D | tbbr_cot_bl1.c | 29 .img_type = IMG_RAW, 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 D | tbbr_cot_bl2.c | 196 .img_type = IMG_RAW, 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, 444 .img_type = IMG_RAW, 532 .img_type = IMG_RAW, 547 .img_type = IMG_RAW,
|
A D | tbbr_cot_common.c | 115 .img_type = IMG_RAW,
|
A D | tbbr_cot_bl1_r64.c | 156 .img_type = IMG_RAW,
|
/trusted-firmware-a/drivers/nxp/auth/tbbr/ |
A D | tbbr_cot.c | 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, 513 .img_type = IMG_RAW, 617 .img_type = IMG_RAW, 631 .img_type = IMG_RAW, [all …]
|
/trusted-firmware-a/drivers/auth/dualroot/ |
A D | cot.c | 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, 591 .img_type = IMG_RAW, [all …]
|
/trusted-firmware-a/drivers/auth/ |
A D | img_parser_mod.c | 75 if (img_type == IMG_RAW) { in img_parser_check_integrity() 112 if (img_type == IMG_RAW) { in img_parser_get_auth_param()
|
/trusted-firmware-a/include/drivers/auth/ |
A D | img_parser_mod.h | 26 IMG_RAW, /* Binary image */ enumerator
|
A D | auth_mod.h | 73 .img_type = IMG_RAW, \
|
/trusted-firmware-a/lib/fconf/ |
A D | fconf_cot_getter.c | 130 } else if (type == IMG_RAW) { in get_auth_param_type_desc() 249 } else if (type == IMG_RAW) { in populate_and_set_auth_methods() 429 rc = set_desc_data(dtb, child, IMG_RAW); in populate_image_descs()
|
/trusted-firmware-a/docs/design/ |
A D | auth-framework.rst | 393 IMG_RAW, /* Binary image */ 661 - ``IMG_RAW``: image is a raw binary. No parsing functions are available, 835 .img_type = IMG_RAW,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | auth-framework.rst.txt | 393 IMG_RAW, /* Binary image */ 661 - ``IMG_RAW``: image is a raw binary. No parsing functions are available, 835 .img_type = IMG_RAW,
|
Completed in 13 milliseconds