Home
last modified time | relevance | path

Searched refs:img_ptr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/
Dimg_parser_mod.c68 void *img_ptr, unsigned int img_len) in img_parser_check_integrity() argument
72 assert(img_ptr != NULL); in img_parser_check_integrity()
85 return parser_lib_descs[idx].check_integrity(img_ptr, img_len); in img_parser_check_integrity()
101 void *img_ptr, unsigned int img_len, in img_parser_get_auth_param() argument
107 assert(img_ptr != NULL); in img_parser_get_auth_param()
115 *param_ptr = img_ptr; in img_parser_get_auth_param()
125 return parser_lib_descs[idx].get_auth_param(type_desc, img_ptr, img_len, in img_parser_get_auth_param()
Dauth_mod.c344 void *img_ptr, in auth_mod_verify_img() argument
357 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len); in auth_mod_verify_img()
370 img_desc, img_ptr, img_len); in auth_mod_verify_img()
374 img_desc, img_ptr, img_len); in auth_mod_verify_img()
378 img_desc, img_ptr, img_len); in auth_mod_verify_img()
398 img_ptr, img_len, &param_ptr, &param_len); in auth_mod_verify_img()
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/
Dauth_mod.h37 void *img_ptr,