Lines Matching defs:auth_method
149 * @auth_method[in]: Pointer to authentication method to set
152 auth_method_desc_t *auth_method)
157 assert(auth_method != NULL);
160 auth_method->type = auth_method_type;
164 auth_method->param.sig.sig = &sig;
165 auth_method->param.sig.alg = &sig_alg;
166 auth_method->param.sig.data = &raw_data;
167 auth_method->param.sig.pk = auth_param_type_desc;
170 auth_method->param.hash.data = &raw_data;
171 auth_method->param.hash.hash = auth_param_type_desc;
174 auth_method->param.nv_ctr.cert_nv_ctr = auth_param_type_desc;
175 auth_method->param.nv_ctr.plat_nv_ctr = auth_param_type_desc;
232 auth_method_desc_t *auth_method = pool_alloc_n(&auth_methods_pool,
264 &auth_method[auth_method_type]);
271 &auth_method[auth_method_type]);
274 auth_img_descs[img_id].img_auth_methods = &auth_method[0];