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