Lines Matching refs:param

45 			  void **param, unsigned int *len)  in auth_get_param()  argument
55 *param = img_desc->authenticated_data[i].data.ptr; in auth_get_param()
89 static int auth_hash(const auth_method_param_hash_t *param, in auth_hash() argument
99 rc = auth_get_param(param->hash, img_desc->parent, in auth_hash()
108 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash()
155 static int auth_signature(const auth_method_param_sig_t *param, in auth_signature() argument
165 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature()
174 rc = img_parser_get_auth_param(img_desc->img_type, param->sig, in auth_signature()
183 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature()
195 rc = auth_get_param(param->pk, img_desc->parent, in auth_signature()
207 rc = plat_get_rotpk_info(param->pk->cookie, &pk_plat_ptr, in auth_signature()
219 param->pk, img, img_len, in auth_signature()
274 if (param->pk->cookie != NULL) { in auth_signature()
275 pk_oid = param->pk->cookie; in auth_signature()
320 static int auth_nvctr(const auth_method_param_nv_ctr_t *param, in auth_nvctr() argument
335 rc = img_parser_get_auth_param(img_desc->img_type, param->cert_nv_ctr, in auth_nvctr()
379 rc = plat_get_nv_ctr(param->plat_nv_ctr->cookie, &plat_nv_ctr); in auth_nvctr()
489 rc = auth_hash(&auth_method->param.hash, in auth_mod_verify_img()
493 rc = auth_signature(&auth_method->param.sig, in auth_mod_verify_img()
498 nv_ctr_param = &auth_method->param.nv_ctr; in auth_mod_verify_img()