Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/include/
Dgbb_access.h38 VbError_t VbGbbReadRootKey(VbCommonParams *cparams,
/external/vboot_reference/firmware/lib/
Dregion-fw.c47 VbError_t VbGbbReadRootKey(VbCommonParams *cparams, VbPublicKey **keyp) in VbGbbReadRootKey() function
Dvboot_firmware.c66 retval = VbGbbReadRootKey(cparams, &root_key); in LoadFirmware()
Dvboot_display.c586 ret = VbGbbReadRootKey(cparams, &key); in VbDisplayDebugInfo()