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