Searched refs:VbRegionReadData (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/firmware/lib/ |
D | region-init.c | 20 VbError_t VbRegionReadData(VbCommonParams *cparams, in VbRegionReadData() function 48 return VbRegionReadData(cparams, VB_REGION_GBB, 0, in VbGbbReadHeader_static()
|
D | region-fw.c | 27 ret = VbRegionReadData(cparams, VB_REGION_GBB, offset, in VbGbbReadKey() 37 ret = VbRegionReadData(cparams, VB_REGION_GBB, offset, size, key); in VbGbbReadKey()
|
D | region-kernel.c | 23 return VbRegionReadData(cparams, VB_REGION_GBB, offset, size, buf); in VbRegionReadGbb()
|
/external/vboot_reference/firmware/include/ |
D | region.h | 30 VbError_t VbRegionReadData(VbCommonParams *cparams,
|