Home | History | Annotate | Download | only in include

Lines Matching refs:VbSelectFirmware

47 	 * The verified boot entry points VbInit(), VbSelectFirmware(),
56 /* VbSelectFirmware() failed to find a valid firmware */
128 * is used to communicate data between calls to VbInit(), VbSelectFirmware(),
136 * Data passed by firmware to VbInit(), VbSelectFirmware() and
140 * processor modes (VbInit() and VbSelectFirmware() = 32-bit PEI,
237 * required by VbSelectFirmware() and VbSelectAndLoadKernel().
244 /* RAM must be cleared before calling VbSelectFirmware(). */
293 /* Data only used by VbSelectFirmware() */
295 /* Inputs to VbSelectFirmware() */
305 /* Outputs from VbSelectFirmware(); valid only if it returns success. */
367 VbError_t VbSelectFirmware(VbCommonParams *cparams,
373 * VbExHashFirmwareBody(), which is in turn called by VbSelectFirmware().