Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/lib/fconf/
A Dfconf_cot_getter.c150 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()
262 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
[all …]
/trusted-firmware-a/drivers/auth/
A Dauth_mod.c359 const auth_method_desc_t *auth_method = NULL; in auth_mod_verify_img() local
380 auth_method = &img_desc->img_auth_methods[i]; in auth_mod_verify_img()
381 switch (auth_method->type) { in auth_mod_verify_img()
386 rc = auth_hash(&auth_method->param.hash, in auth_mod_verify_img()
390 rc = auth_signature(&auth_method->param.sig, in auth_mod_verify_img()
395 nv_ctr_param = &auth_method->param.nv_ctr; in auth_mod_verify_img()

Completed in 4 milliseconds