Searched refs:IMG_RAW (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/tbbr/ |
D | tbbr_cot.c | 133 .img_type = IMG_RAW, 256 .img_type = IMG_RAW, 337 .img_type = IMG_RAW, 432 .img_type = IMG_RAW, 446 .img_type = IMG_RAW, 460 .img_type = IMG_RAW, 541 .img_type = IMG_RAW, 600 .img_type = IMG_RAW, 617 .img_type = IMG_RAW, 634 .img_type = IMG_RAW,
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/ |
D | img_parser_mod.c | 76 if (img_type == IMG_RAW) { in img_parser_check_integrity() 113 if (img_type == IMG_RAW) { in img_parser_get_auth_param()
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/ |
D | img_parser_mod.h | 26 IMG_RAW, /* Binary image */ enumerator
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | auth-framework.rst | 398 IMG_RAW, /* Binary image */ 664 - ``IMG_RAW``: image is a raw binary. No parsing functions are available, 808 .img_type = IMG_RAW,
|