Searched refs:img_ptr (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/ |
| H 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()
|
| H A D | auth_mod.c | 469 void *img_ptr, in auth_mod_verify_img() argument 487 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len); in auth_mod_verify_img() 506 img_desc, img_ptr, img_len); in auth_mod_verify_img() 510 img_desc, img_ptr, img_len); in auth_mod_verify_img() 516 img_desc, img_ptr, img_len, in auth_mod_verify_img() 556 img_ptr, img_len, ¶m_ptr, ¶m_len); in auth_mod_verify_img()
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | img_parser_mod.h | 47 void *img_ptr, unsigned int img_len); 50 void *img_ptr, unsigned int img_len,
|
| H A D | auth_mod.h | 55 void *img_ptr,
|