Lines Matching refs:auth_method
150 auth_method_desc_t *auth_method) in set_auth_method() argument
155 assert(auth_method != NULL); in set_auth_method()
158 auth_method->type = auth_method_type; in set_auth_method()
162 auth_method->param.sig.sig = &sig; in set_auth_method()
163 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
164 auth_method->param.sig.data = &raw_data; in set_auth_method()
165 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
168 auth_method->param.hash.data = &raw_data; in set_auth_method()
169 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
172 auth_method->param.nv_ctr.cert_nv_ctr = auth_param_type_desc; in set_auth_method()
173 auth_method->param.nv_ctr.plat_nv_ctr = auth_param_type_desc; in set_auth_method()
230 auth_method_desc_t *auth_method = pool_alloc_n(&auth_methods_pool, in populate_and_set_auth_methods() local
262 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
269 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
272 auth_img_descs[img_id].img_auth_methods = &auth_method[0]; in populate_and_set_auth_methods()