• Home
  • Raw
  • Download

Lines Matching refs:VB2_DEBUG

75 		VB2_DEBUG("Wrong data signature size for algorithm, "  in vb2_verify_digest()
98 VB2_DEBUG("Data buffer smaller than length of signed data.\n"); in vb2_verify_data()
143 VB2_DEBUG("Not enough space for key block header.\n"); in vb2_verify_keyblock()
147 VB2_DEBUG("Not a valid verified boot key block.\n"); in vb2_verify_keyblock()
151 VB2_DEBUG("Incompatible key block header version.\n"); in vb2_verify_keyblock()
155 VB2_DEBUG("Not enough data for key block.\n"); in vb2_verify_keyblock()
163 VB2_DEBUG("Key block signature off end of block\n"); in vb2_verify_keyblock()
169 VB2_DEBUG("Signature calculated past end of block\n"); in vb2_verify_keyblock()
173 VB2_DEBUG("Checking key block signature...\n"); in vb2_verify_keyblock()
176 VB2_DEBUG("Invalid key block signature.\n"); in vb2_verify_keyblock()
182 VB2_DEBUG("Didn't sign enough data\n"); in vb2_verify_keyblock()
189 VB2_DEBUG("Data key off end of key block\n"); in vb2_verify_keyblock()
194 VB2_DEBUG("Data key off end of signed data\n"); in vb2_verify_keyblock()
209 VB2_DEBUG("Verifying preamble.\n"); in vb2_verify_fw_preamble()
213 VB2_DEBUG("Not enough data for preamble header\n"); in vb2_verify_fw_preamble()
218 VB2_DEBUG("Incompatible firmware preamble header version.\n"); in vb2_verify_fw_preamble()
223 VB2_DEBUG("Only preamble header 2.1+ supported\n"); in vb2_verify_fw_preamble()
228 VB2_DEBUG("Not enough data for preamble.\n"); in vb2_verify_fw_preamble()
235 VB2_DEBUG("Preamble signature off end of preamble\n"); in vb2_verify_fw_preamble()
241 VB2_DEBUG("Signature calculated past end of the block\n"); in vb2_verify_fw_preamble()
246 VB2_DEBUG("Preamble signature validation failed\n"); in vb2_verify_fw_preamble()
252 VB2_DEBUG("Didn't sign enough data\n"); in vb2_verify_fw_preamble()
259 VB2_DEBUG("Firmware body signature off end of preamble\n"); in vb2_verify_fw_preamble()
266 VB2_DEBUG("Kernel subkey off end of preamble\n"); in vb2_verify_fw_preamble()