Home | History | Annotate | Download | only in polarssl

Lines Matching full:certificate

200  * Parse and verify the BL2 certificate
202 * This function verifies the integrity of the BL2 certificate, checks that it
204 * certificate so it can be matched later against the calculated hash.
216 /* Parse the BL2 certificate */
219 ERROR("BL2 certificate parse error %d.\n", err);
235 ERROR("ROT and BL2 certificate key mismatch\n");
239 /* Verify certificate */
242 ERROR("BL2 certificate verification error %d. Flags: 0x%x.\n",
247 /* Extract BL2 image hash from certificate */
250 ERROR("Cannot read BL2 hash from certificate\n");
276 /* Parse the Trusted Key certificate */
279 ERROR("Trusted Key certificate parse error %d.\n", err);
283 /* Verify Trusted Key certificate */
286 ERROR("Trusted Key certificate verification error %d. Flags: "
302 ERROR("ROT and Trusted Key certificate key mismatch\n");
345 /* Parse key certificate */
348 ERROR("Key certificate parse error %d.\n", err);
352 /* Verify certificate */
355 ERROR("Key certificate verification error %d. Flags: "
360 /* Check that the certificate has been signed by the issuer */
370 ERROR("Key certificate not signed with issuer key\n");
375 /* Get the content certificate key */
378 ERROR("Extension %s not found in Key certificate\n", key_oid);
402 /* Parse BL31 content certificate */
405 ERROR("Content certificate parse error %d.\n", err);
409 /* Verify certificate */
412 ERROR("Content certificate verification error %d. Flags: "
417 /* Check that content certificate has been signed with the content
418 * certificate key corresponding to this image */
423 ERROR("Content certificate not signed with content "
424 "certificate key\n");
429 /* Extract image hash from certificate */
432 ERROR("Cannot read hash from certificate\n");
451 * previously from the certificate
456 * sha: matching hash (extracted from the image certificate)
468 /* Match the hash with the one extracted from the certificate */
481 * (certificate, image, etc).