Searched refs:img_ptr (Results 1 – 4 of 4) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/auth/ |
A D | img_parser_mod.c | 67 void *img_ptr, unsigned int img_len) in img_parser_check_integrity() argument 71 assert(img_ptr != NULL); in img_parser_check_integrity() 84 return parser_lib_descs[idx].check_integrity(img_ptr, img_len); in img_parser_check_integrity() 100 void *img_ptr, unsigned int img_len, in img_parser_get_auth_param() argument 106 assert(img_ptr != NULL); in img_parser_get_auth_param() 114 *param_ptr = img_ptr; in img_parser_get_auth_param() 124 return parser_lib_descs[idx].get_auth_param(type_desc, img_ptr, img_len, in img_parser_get_auth_param()
|
A D | auth_mod.c | 366 void *img_ptr, in auth_mod_verify_img() argument 383 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len); in auth_mod_verify_img() 398 img_desc, img_ptr, img_len); in auth_mod_verify_img() 402 img_desc, img_ptr, img_len); in auth_mod_verify_img() 408 img_desc, img_ptr, img_len, in auth_mod_verify_img() 440 img_ptr, img_len, ¶m_ptr, ¶m_len); in auth_mod_verify_img()
|
/arm-trusted-firmware-2.8.0/include/drivers/auth/ |
A D | img_parser_mod.h | 47 void *img_ptr, unsigned int img_len); 50 void *img_ptr, unsigned int img_len,
|
A D | auth_mod.h | 56 void *img_ptr,
|
Completed in 4 milliseconds