Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/auth/
Dimg_parser_mod.c101 void **param_ptr, unsigned int *param_len) in img_parser_get_auth_param() argument
108 assert(param_ptr != NULL); in img_parser_get_auth_param()
114 *param_ptr = img_ptr; in img_parser_get_auth_param()
125 param_ptr, param_len); in img_parser_get_auth_param()
Dauth_mod.c459 void *param_ptr; in auth_mod_verify_img() local
540 img_ptr, img_len, &param_ptr, &param_len); in auth_mod_verify_img()
554 (void *)param_ptr, param_len); in auth_mod_verify_img()
563 param_ptr, in auth_mod_verify_img()
/trusted-firmware-a-latest/include/drivers/auth/
Dimg_parser_mod.h51 void **param_ptr, unsigned int *param_len);