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

  /external/vboot_reference/firmware/lib20/
common.c 75 VB2_DEBUG("Wrong data signature size for algorithm, "
98 VB2_DEBUG("Data buffer smaller than length of signed data.\n");
143 VB2_DEBUG("Not enough space for key block header.\n");
147 VB2_DEBUG("Not a valid verified boot key block.\n");
151 VB2_DEBUG("Incompatible key block header version.\n");
155 VB2_DEBUG("Not enough data for key block.\n");
163 VB2_DEBUG("Key block signature off end of block\n");
169 VB2_DEBUG("Signature calculated past end of block\n");
173 VB2_DEBUG("Checking key block signature...\n");
176 VB2_DEBUG("Invalid key block signature.\n")
    [all...]
packed_key.c 44 VB2_DEBUG("Unsupported signature algorithm.\n");
50 VB2_DEBUG("Unsupported hash algorithm.\n");
56 VB2_DEBUG("Wrong key size for algorithm\n");
api.c 107 VB2_DEBUG("Using HW crypto engine for hash_alg %d\n",
115 VB2_DEBUG("HW crypto for hash_alg %d not supported, using SW\n",
118 VB2_DEBUG("HW crypto forbidden by preamble, using SW\n");
  /external/vboot_reference/firmware/2lib/include/
2common.h 34 # define VB2_DEBUG(format, args...) printf(format, ## args)
36 # define VB2_DEBUG(format, args...) vb2ex_printf(__func__, format, ## args)
39 # define VB2_DEBUG(format, args...)
  /external/vboot_reference/host/lib21/
host_misc.c 29 VB2_DEBUG("Unable to open file %s\n", filename);
49 VB2_DEBUG("Unable to read file %s\n", filename);
67 VB2_DEBUG("Unable to open file %s\n", filename);
72 VB2_DEBUG("Unable to write to file %s\n", filename);
  /external/vboot_reference/firmware/lib21/
api.c 99 VB2_DEBUG("Using HW crypto engine for hash_alg %d\n",
107 VB2_DEBUG("HW crypto for hash_alg %d not supported, using SW\n",
110 VB2_DEBUG("HW crypto forbidden by preamble, using SW\n");
packed_key.c 22 VB2_DEBUG("Wrong key size for algorithm\n");
common.c 273 VB2_DEBUG("Wrong amount of data signed.\n");
  /external/vboot_reference/firmware/2lib/
2rsa.c 308 VB2_DEBUG("Invalid signature type!\n");
315 VB2_DEBUG("Signature is of incorrect length!\n");
343 VB2_DEBUG("Digest check failed!\n");
2misc.c 108 VB2_DEBUG("Need recovery, reason: %#x / %#x\n", reason, subcode);
171 VB2_DEBUG("We have a recovery request: %#x / %#x\n",

Completed in 184 milliseconds