Searched refs:img_type (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/ |
D | img_parser_mod.c | 59 assert(parser_lib_indices[parser_lib_descs[index].img_type] == in img_parser_init() 63 parser_lib_indices[parser_lib_descs[index].img_type] = index; in img_parser_init() 67 int img_parser_check_integrity(img_type_t img_type, in img_parser_check_integrity() argument 76 if (img_type == IMG_RAW) { in img_parser_check_integrity() 81 idx = parser_lib_indices[img_type]; in img_parser_check_integrity() 99 int img_parser_get_auth_param(img_type_t img_type, in img_parser_get_auth_param() argument 113 if (img_type == IMG_RAW) { in img_parser_get_auth_param() 121 idx = parser_lib_indices[img_type]; in img_parser_get_auth_param()
|
D | auth_mod.c | 106 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash() 154 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature() 159 rc = img_parser_get_auth_param(img_desc->img_type, param->sig, in auth_signature() 164 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature() 185 rc = img_parser_get_auth_param(img_desc->img_type, in auth_signature() 239 rc = img_parser_get_auth_param(img_desc->img_type, param->cert_nv_ctr, in auth_nvctr() 357 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len); in auth_mod_verify_img() 396 rc = img_parser_get_auth_param(img_desc->img_type, in auth_mod_verify_img()
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/tbbr/ |
D | tbbr_cot.c | 101 .img_type = IMG_CERT, 133 .img_type = IMG_RAW, 150 .img_type = IMG_CERT, 192 .img_type = IMG_CERT, 224 .img_type = IMG_CERT, 256 .img_type = IMG_RAW, 273 .img_type = IMG_CERT, 305 .img_type = IMG_CERT, 337 .img_type = IMG_RAW, 354 .img_type = IMG_CERT, [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/ |
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, \
|
D | auth_mod.h | 27 img_type_t img_type; member
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | auth-framework.rst | 607 img_type_t img_type; 660 - ``img_type``: the image parser module uses the image type to call the proper 726 .img_type = IMG_CERT, 758 .img_type = IMG_CERT, 783 .img_type = IMG_CERT, 808 .img_type = IMG_RAW,
|