Searched refs:img_parser_get_auth_param (Results 1 – 3 of 3) sorted by relevance
/external/arm-trusted-firmware/drivers/auth/ |
D | auth_mod.c | 109 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash() 157 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature() 162 rc = img_parser_get_auth_param(img_desc->img_type, param->sig, in auth_signature() 167 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature() 188 rc = img_parser_get_auth_param(img_desc->img_type, in auth_signature() 242 rc = img_parser_get_auth_param(img_desc->img_type, param->cert_nv_ctr, in auth_nvctr() 401 rc = img_parser_get_auth_param(img_desc->img_type, in auth_mod_verify_img()
|
D | img_parser_mod.c | 98 int img_parser_get_auth_param(img_type_t img_type, in img_parser_get_auth_param() function
|
/external/arm-trusted-firmware/include/drivers/auth/ |
D | img_parser_mod.h | 48 int img_parser_get_auth_param(img_type_t img_type,
|