HomeSort by relevance Sort by last modified time
    Searched defs:SetupTPM (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/lib/
mocked_rollback_index.c 27 uint32_t SetupTPM(int developer_mode, int disable_dev_request,
rollback_index.c 170 * will be done by SetupTPM() on the next boot.
332 * SetupTPM starts the TPM and establishes the root of trust for the
333 * anti-rollback mechanism. SetupTPM can fail for three reasons. 1 A bug. 2 a
336 * to reboot in recovery mode in all cases. The recovery mode calls SetupTPM
351 uint32_t SetupTPM(int developer_mode, int disable_dev_request,
480 VBDEBUG(("TPM: SetupTPM() succeeded\n"));
583 RETURN_ON_FAILURE(SetupTPM(is_hw_dev, disable_dev_request,

Completed in 126 milliseconds