Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/auth/
A Dimg_parser_mod.c67 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 Dauth_mod.c366 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, &param_ptr, &param_len); in auth_mod_verify_img()
/arm-trusted-firmware-2.8.0/include/drivers/auth/
A Dimg_parser_mod.h47 void *img_ptr, unsigned int img_len);
50 void *img_ptr, unsigned int img_len,
A Dauth_mod.h56 void *img_ptr,

Completed in 4 milliseconds