Searched refs:VBDEBUG (Results 1 - 25 of 30) sorted by path

12

/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib.c25 VBDEBUG(("GptInit() failed sanity check\n"));
53 VBDEBUG(("GptNextKernelEntry looking at same prio "
55 VBDEBUG(("GptNextKernelEntry s%d t%d p%d\n",
64 VBDEBUG(("GptNextKernelEntry likes it\n"));
78 VBDEBUG(("GptNextKernelEntry looking at new prio "
80 VBDEBUG(("GptNextKernelEntry s%d t%d p%d\n",
104 VBDEBUG(("GptNextKernelEntry no more kernels\n"));
108 VBDEBUG(("GptNextKernelEntry likes partition %d\n", new_kernel + 1));
/external/vboot_reference/firmware/lib/cryptolib/
H A Drsa.c144 VBDEBUG(("Signature is of incorrect length!\n"));
149 VBDEBUG(("Invalid signature type!\n"));
154 VBDEBUG(("Wrong key passed in!\n"));
174 VBDEBUG(("In RSAVerify(): Padding check failed!\n"));
180 VBDEBUG(("In RSAVerify(): Hash check failed!\n"));
/external/vboot_reference/firmware/lib/
H A Dgpt_misc.c66 VBDEBUG(("Primary GPT header invalid!\n"));
91 VBDEBUG(("Secondary GPT header invalid!\n"));
132 VBDEBUG(("Not updating GPT header 1: "
135 VBDEBUG(("Updating GPT header 1\n"));
146 VBDEBUG(("Not updating GPT entries 1: "
149 VBDEBUG(("Updating GPT entries 1\n"));
164 VBDEBUG(("Updating GPT entries 2\n"));
174 VBDEBUG(("Updating GPT header 2\n"));
H A Dregion-kernel.c53 VBDEBUG(("VbDisplayScreenFromGBB(): "
81 VBDEBUG(("VbHWID(): invalid hwid size\n"));
86 VBDEBUG(("VbDisplayDebugInfo(): invalid hwid offset/size\n"));
H A Drollback_index.c44 VBDEBUG(("Rollback: %08x returned by " #tpm_command \
53 VBDEBUG(("TPM: Clear and re-enable\n"));
117 VBDEBUG(("TPM: %s() - bad CRC\n", __func__));
120 VBDEBUG(("TPM: %s() - too many bad CRCs, giving up\n", __func__));
147 VBDEBUG(("TPM: %s() - bad CRC\n", __func__));
151 VBDEBUG(("TPM: %s() - too many bad CRCs, giving up\n", __func__));
159 VBDEBUG(("TPM: Entering %s()\n", __func__));
163 VBDEBUG(("TPM: flags were 0x%02x\n", rsf.flags));
172 VBDEBUG(("TPM: flags are now 0x%02x\n", rsf.flags));
177 VBDEBUG(("TP
[all...]
H A Dtpm_bootmode.c156 VBDEBUG(("TPM: SetTPMBootModeState boot mode PCR%d result %d\n",
163 VBDEBUG(("TPM: SetTPMBootModeState HWID PCR%d result %d\n",
H A Dvboot_api_firmware.c46 VBDEBUG(("VbSelectFirmware() detected recovery request\n"));
52 VBDEBUG(("Can't read GBB. Continuing anyway...\n"));
88 VBDEBUG(("Can't write FW version to TPM.\n"));
99 VBDEBUG(("Unable to lock firmware version in TPM.\n"));
115 VBDEBUG(("Can't update the TPM with boot mode information.\n"));
H A Dvboot_api_init.c50 VBDEBUG(("VbInit() input flags 0x%x gbb flags 0x%x\n", iparams->flags,
60 VBDEBUG(("Shared data init error\n"));
96 VBDEBUG(("VbInit() requesting S3 debug boot\n"));
115 VBDEBUG(("VbInit sees recovery request = %d\n", recovery));
144 VBDEBUG(("VbInit now sets shared->recovery_reason = %d\n", recovery));
194 VBDEBUG(("TPM: Call RollbackFirmwareSetup(r%d, d%d)\n",
203 VBDEBUG(("Unable to setup TPM and read "
211 VBDEBUG(("TPM requires a reboot.\n"));
311 VBDEBUG(("VbInit() needs oprom, doesn't have it\n"));
347 VBDEBUG(("VbIni
[all...]
H A Dvboot_api_kernel.c40 VBDEBUG(("VbSetRecoveryRequest(%d)\n", (int)recovery_request));
79 VBDEBUG(("VbTryLoadKernel() start, get_info_flags=0x%x\n",
89 VBDEBUG(("VbTryLoadKernel() found %d disks\n", (int)disk_count));
97 VBDEBUG(("VbTryLoadKernel() trying disk %d\n", (int)i));
109 VBDEBUG((" skipping: bytes_per_lba=%" PRIu64
124 VBDEBUG(("VbTryLoadKernel() LoadKernel() = %d\n", retval));
163 VBDEBUG(("Entering %s(0x%x)\n", __func__, confirm_flags));
183 VBDEBUG(("%s() - Yes (1)\n", __func__));
187 VBDEBUG(("%s() - Space (%d)\n", __func__,
193 VBDEBUG(("
[all...]
H A Dvboot_audio.c72 VBDEBUG(("VbGetDevMusicNotes: use_short is %d, hdr is %p, "
92 VBDEBUG(("VbGetDevMusicNotes: bad sig\n"));
102 VBDEBUG(("VbGetDevMusicNotes: count=%d maxnotes=%d\n",
115 VBDEBUG(("VbGetDevMusicNotes: count=%d, just isn't right\n",
126 VBDEBUG(("VbGetDevMusicNotes: mysum=%08x, want=%08x\n",
131 VBDEBUG(("VbGetDevMusicNotes: custom notes struct at %p\n", hdr));
152 VBDEBUG(("VbGetDevMusicNotes: with %d msecs of sound to begin\n",
161 VBDEBUG(("VbGetDevMusicNotes: lasting %d msecs\n", total_msecs));
168 VBDEBUG(("VbGetDevMusicNotes: they're all out to get me!\n"));
187 VBDEBUG(("VbGetDevMusicNote
[all...]
H A Dvboot_common.c129 VBDEBUG(("Invalid algorithm.\n"));
134 VBDEBUG(("Wrong key size for algorithm\n"));
149 VBDEBUG((" - sig_size=%d, expecting %d for algorithm %d\n",
153 VBDEBUG(("Wrong data signature size for algorithm, "
160 VBDEBUG(("Data buffer smaller than length of signed data.\n"));
175 VBDEBUG(("Wrong digest signature size for algorithm.\n"));
194 VBDEBUG(("Not enough space for key block header.\n"));
198 VBDEBUG(("Not a valid verified boot key block.\n"));
202 VBDEBUG(("Incompatible key block header version.\n"));
206 VBDEBUG(("No
[all...]
H A Dvboot_common_init.c17 VBDEBUG(("VbSharedDataInit, %d bytes, header %d bytes\n", (int)size,
21 VBDEBUG(("Not enough data for header.\n"));
25 VBDEBUG(("Shared data buffer too small.\n"));
H A Dvboot_display.c107 VBDEBUG((" VbRenderTextAtPos: invalid args\n"));
131 VBDEBUG((" VbRenderTextAtPos: "
195 VBDEBUG(("VbDisplayScreenFromGBB(): screen %d not in the GBB\n",
202 VBDEBUG(("VbDisplayScreenFromGBB(): "
244 VBDEBUG(("VbExDisplaySetDimension"
283 VBDEBUG(("VbDisplayScreenFromGBB(): "
301 VBDEBUG(("leaving VbDisplayScreenFromGBB() with %d\n",retval));
655 VBDEBUG(("VbCheckDisplayKey() - change localization to %d\n",
H A Dvboot_firmware.c63 VBDEBUG(("LoadFirmware started...\n"));
68 VBDEBUG(("No GBB\n"));
123 VBDEBUG(("Developer flag mismatch.\n"));
130 VBDEBUG(("Recovery flag mismatch.\n"));
138 VBDEBUG(("Key block verification failed.\n"));
147 VBDEBUG(("Key rollback detected.\n"));
157 VBDEBUG(("Key version > 0xFFFF.\n"));
166 VBDEBUG(("Unable to parse data key.\n"));
178 VBDEBUG(("Preamble verfication failed.\n"));
189 VBDEBUG(("Firmwar
[all...]
H A Dvboot_kernel.c61 VBDEBUG(("LoadKernel() called with invalid params\n"));
101 VBDEBUG(("LoadKernel() called with sector size > KBUF_SIZE\n"));
124 VBDEBUG(("Unable to read GPT data\n"));
131 VBDEBUG(("Error parsing GPT\n"));
154 VBDEBUG(("Found kernel entry at %" PRIu64 " size %" PRIu64 "\n",
180 VBDEBUG(("Partition error getting stream.\n"));
186 VBDEBUG(("Unable to read start of partition.\n"));
195 VBDEBUG(("Verifying key block signature failed.\n"));
208 VBDEBUG(("Self-signed kernels not enabled.\n"));
220 VBDEBUG(("Verifyin
[all...]
H A Dvboot_nvstorage_rollback.c34 VBDEBUG(("TPM: %s()\n", __func__));
41 VBDEBUG(("TPM: Oops, backup is no good.\n"));
60 VBDEBUG(("TPM: %s()\n", __func__));
67 VBDEBUG(("TPM: existing backup is %s\n",
78 VBDEBUG(("TPM: Nothing's changed, not writing backup\n"));
90 VBDEBUG(("TPM: Sorry, couldn't write backup.\n"));
/external/vboot_reference/firmware/lib/include/
H A Dutility.h19 #define VBDEBUG(params) VbExDebug params macro
21 #define VBDEBUG(params) macro
/external/vboot_reference/firmware/lib/tpm_lite/
H A Dtlcl.c70 VBDEBUG(("TPM: command: %x%x %x%x%x%x %x%x%x%x\n",
80 VBDEBUG(("TPM: command 0x%x send/receive failed: 0x%x\n",
92 VBDEBUG(("TPM: response: %x%x %x%x%x%x %x%x%x%x\n",
98 VBDEBUG(("TPM: command 0x%x returned 0x%x\n",
156 VBDEBUG(("TPM: Startup\n"));
161 VBDEBUG(("TPM: SaveState\n"));
166 VBDEBUG(("TPM: Resume\n"));
171 VBDEBUG(("TPM: Self test full\n"));
177 VBDEBUG(("TPM: Continue self test\n"));
185 VBDEBUG(("TP
[all...]
/external/vboot_reference/firmware/stub/
H A Dtpm_lite_stub.c66 VBDEBUG(("%02x ", a[i]));
68 VBDEBUG(("\n"));
72 VBDEBUG(("\n"));
176 VBDEBUG(("TPM: retrying %s: %s\n", device_path, strerror(errno)));
223 VBDEBUG(("request (%d bytes): ", x));
226 VBDEBUG(("response (%d bytes): ", y));
229 VBDEBUG(("execution time: %dms\n",
/external/vboot_reference/host/arch/arm/lib/
H A Dcrossystem_arch.c296 VBDEBUG(("pipe() error\n"));
301 VBDEBUG(("fork() error\n"));
310 VBDEBUG(("stdout dup2() failed (mosys)\n"));
318 VBDEBUG(("execv() of mosys failed\n"));
335 VBDEBUG(("read() error while reading output from mosys\n"));
337 VBDEBUG(("waitpid() or mosys error\n"));
/external/vboot_reference/host/lib/
H A Dfile_keys.c27 VBDEBUG(("Couldn't open file %s\n", input_file));
32 VBDEBUG(("Couldn't stat file %s\n", input_file));
44 VBDEBUG(("Couldn't read file %s into a buffer\n", input_file));
69 VBDEBUG(("Couldn't open %s\n", input_file));
H A Dhost_key.c30 VBDEBUG(("%s() called with invalid algorithm!\n", __FUNCTION__));
37 VBDEBUG(("%s(): Couldn't open key file: %s\n", __FUNCTION__, filename));
43 VBDEBUG(("%s(): Couldn't read private key from file: %s\n", __FUNCTION__,
168 VBDEBUG(("PublicKeyReadKeyb() called with invalid algorithm!\n"));
173 VBDEBUG(("PublicKeyReadKeyb() called with invalid version!\n"));
183 VBDEBUG(("PublicKeyReadKeyb() wrong key size for algorithm\n"));
206 VBDEBUG(("PublicKeyRead() not a VbPublicKey\n"));
210 VBDEBUG(("PublicKeyRead() invalid algorithm\n"));
214 VBDEBUG(("PublicKeyRead() invalid version\n"));
219 VBDEBUG(("PublicKeyRea
[all...]
H A Dhost_keyblock.c143 VBDEBUG(("Error reading key block file: %s\n", filename));
150 VBDEBUG(("Invalid key block file: %s\n", filename));
163 VBDEBUG(("KeyBlockWrite() error writing key block\n"));
H A Dhost_misc.c34 VBDEBUG(("Unable to open file %s\n", filename));
49 VBDEBUG(("Unable to read from file %s\n", filename));
103 VBDEBUG(("Unable to open file %s\n", filename));
108 VBDEBUG(("Unable to write to file %s\n", filename));
H A Dhost_signature.c151 VBDEBUG(("SignatureBuf(): RSA_private_encrypt() failed.\n"));
176 VBDEBUG(("Will invoke \"%s %s\" to perform signing.\n"
184 VBDEBUG(("pipe() error\n"));
188 VBDEBUG(("fork() error"));
197 VBDEBUG(("write() error while providing input to external signer\n"));
208 VBDEBUG(("read() error while reading output from external signer\n"));
213 VBDEBUG(("waitpid() error\n"));
223 VBDEBUG(("stdin dup2() failed (external signer)\n"));
232 VBDEBUG(("stdout dup2() failed (external signer)\n"));
239 VBDEBUG(("exec
[all...]

Completed in 394 milliseconds

12