Searched defs:tpm_status (Results 1 - 3 of 3) sorted by relevance

/external/vboot_reference/firmware/lib/
H A Dvboot_api_firmware.c29 uint32_t tpm_status = 0; local
85 tpm_status =
87 if (0 != tpm_status) {
97 tpm_status = RollbackFirmwareLock();
98 if (0 != tpm_status) {
111 tpm_status = SetTPMBootModeState(is_dev, is_rec,
114 if (0 != tpm_status) {
H A Dvboot_api_init.c32 uint32_t tpm_status = 0; local
196 tpm_status = RollbackFirmwareSetup(is_hw_dev,
202 if (0 != tpm_status) {
204 "firmware version (0x%x)\n", tpm_status));
206 if (TPM_E_MUST_REBOOT == tpm_status) {
237 tpm_status);
H A Dvboot_api_kernel.c974 uint32_t tpm_status = 0; local
1027 tpm_status = RollbackKernelRead(&shared->kernel_version_tpm);
1028 if (0 != tpm_status) {
1135 tpm_status = RollbackKernelWrite(
1137 if (0 != tpm_status) {
1161 tpm_status = RollbackKernelLock(shared->recovery_reason);
1162 if (0 != tpm_status) {

Completed in 704 milliseconds