Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/
Dauth_mod.c348 const auth_method_desc_t *auth_method = NULL; in auth_mod_verify_img() local
363 auth_method = &img_desc->img_auth_methods[i]; in auth_mod_verify_img()
364 switch (auth_method->type) { in auth_mod_verify_img()
369 rc = auth_hash(&auth_method->param.hash, in auth_mod_verify_img()
373 rc = auth_signature(&auth_method->param.sig, in auth_mod_verify_img()
377 rc = auth_nvctr(&auth_method->param.nv_ctr, in auth_mod_verify_img()