HomeSort by relevance Sort by last modified time
    Searched refs:VbExError (Results 1 - 11 of 11) sorted by null

  /external/vboot_reference/futility/
cmd_vbutil_firmware.c 96 VbExError("Must specify output filename\n");
100 VbExError("Must specify all keys\n");
104 VbExError("Must specify firmware volume\n");
112 VbExError("Error reading key block.\n");
118 VbExError("Error reading signing key.\n");
124 VbExError("Error reading kernel subkey.\n");
133 VbExError("Empty firmware volume file\n");
138 VbExError("Error calculating body signature\n");
149 VbExError("Error creating preamble.\n");
156 VbExError("Can't open output file %s\n", outfile)
    [all...]
dump_kernel_config_lib.c 82 VbExError("not enough data to fill key block header\n");
87 VbExError("key_block_size advances past the end of the blob\n");
94 VbExError("not enough data to fill preamble\n");
99 VbExError("preamble_size advances past the end of the blob\n");
117 VbExError("params are outside of the memory blob: %x\n",
123 VbExError("No memory\n");
127 VbExError("Cannot read kernel config\n");
140 VbExError("Cannot open %s\n", infile);
150 VbExError("Cannot stat %s\n", infile);
158 VbExError("Cannot read from MTD device %s\n", infile)
    [all...]
cmd_vbutil_key.c 101 VbExError("Unable to parse either .keyb or .pem from %s\n", infile);
159 VbExError("Unable to parse either .vbpubk or vbprivk from %s\n",
180 VbExError("Unknown option\n");
191 VbExError("Invalid --version\n");
199 VbExError("Invalid --algorithm\n");
cmd_vbutil_kernel.c 586 VbExError("Can't open output file %s\n",
608 VbExError("Vmlinuz header not signed!\n");
632 VbExError("Can't write output file %s\n",
  /external/vboot_reference/tests/tpm_lite/
tpmtest_enable.c 30 VbExError("failed to enable or activate");
tpmtest_writelimit.c 41 VbExError("unexpected error code %d (0x%x)\n", result, result);
  /external/vboot_reference/host/lib/
host_key.c 79 VbExError("Unable to write private key buffer\n");
85 VbExError("Unable to open file %s\n", filename);
91 VbExError("Unable to write to file %s\n", filename);
98 VbExError("Unable to write to file %s\n", filename);
117 VbExError("unable to read from file %s\n", filename);
123 VbExError("Unable to allocate VbPrivateKey\n");
135 VbExError("Unable to parse RSA private key\n");
file_keys.c 39 VbExError("Couldn't allocate %ld bytes for file %s\n", *len, input_file);
  /external/vboot_reference/firmware/lib/include/
utility.h 26 VbExError("assert fail: %s at %s:%d\n", \
  /external/vboot_reference/firmware/stub/
vboot_api_stub_init.c 38 void VbExError(const char *format, ...)
  /external/vboot_reference/firmware/include/
vboot_api.h 393 void VbExError(const char *format, ...);
    [all...]

Completed in 639 milliseconds