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