Searched refs:img_ptr (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/ |
D | img_parser_mod.c | 68 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()
|
D | auth_mod.c | 344 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, ¶m_ptr, ¶m_len); in auth_mod_verify_img()
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/ |
D | auth_mod.h | 37 void *img_ptr,
|