Searched refs:img_type (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/
H A Dimg_parser_mod.h34 img_type_t img_type; member in struct:img_parser_lib_desc_s
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 Dauth_mod.h27 img_type_t img_type; member in struct:auth_img_desc_s
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/
H A Dimg_parser_mod.c59 assert(parser_lib_indices[parser_lib_descs[index].img_type] ==
63 parser_lib_indices[parser_lib_descs[index].img_type] = index;
67 int img_parser_check_integrity(img_type_t img_type, argument
76 if (img_type == IMG_RAW) {
81 idx = parser_lib_indices[img_type];
92 * img_type: image type (certificate, raw image, etc)
99 int img_parser_get_auth_param(img_type_t img_type, argument
113 if (img_type == IMG_RAW) {
121 idx = parser_lib_indices[img_type];
H A Dauth_mod.c106 rc = img_parser_get_auth_param(img_desc->img_type, param->data,
154 rc = img_parser_get_auth_param(img_desc->img_type, param->data,
159 rc = img_parser_get_auth_param(img_desc->img_type, param->sig,
164 rc = img_parser_get_auth_param(img_desc->img_type, param->alg,
185 rc = img_parser_get_auth_param(img_desc->img_type,
239 rc = img_parser_get_auth_param(img_desc->img_type, param->cert_nv_ctr,
357 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len);
396 rc = img_parser_get_auth_param(img_desc->img_type,
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/tbbr/
H A Dtbbr_cot.c101 .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
[all...]

Completed in 103 milliseconds