Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dupdater.c718 static enum rootkey_compat_result check_compatible_root_key( in check_compatible_root_key() function
971 if (check_compatible_root_key(image_from, image_to)) in update_try_rw_firmware()
1060 if (check_compatible_root_key(image_from, image_to)) in update_rw_firmware()
1110 enum rootkey_compat_result r = check_compatible_root_key( in update_whole_firmware()
1119 r = check_compatible_root_key(&cfg->image_current, image_to); in update_whole_firmware()