Searched refs:IMG_RAW (Results 1 – 9 of 9) sorted by relevance
/external/arm-trusted-firmware/drivers/auth/tbbr/ |
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,
|
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,
|
D | tbbr_cot_common.c | 115 .img_type = IMG_RAW,
|
/external/arm-trusted-firmware/drivers/auth/dualroot/ |
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 …]
|
/external/arm-trusted-firmware/drivers/auth/ |
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()
|
/external/arm-trusted-firmware/lib/fconf/ |
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()
|
/external/arm-trusted-firmware/include/drivers/auth/ |
D | img_parser_mod.h | 26 IMG_RAW, /* Binary image */ enumerator
|
D | auth_mod.h | 73 .img_type = IMG_RAW, \
|
/external/arm-trusted-firmware/docs/design/ |
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,
|