Home | History | Annotate | Download | only in bl2

Lines Matching full:certificate

51  *   key_cert_blob: key certificate blob id (see auth.h)
52 * key_cert_name: key certificate filename
53 * cont_cert_blob: content certificate blob id (see auth.h)
54 * cont_cert_name: content certificate filename
67 /* Load Key certificate */
78 ERROR("Invalid key certificate %s.\n", key_cert_name);
82 /* Load Content certificate */
93 ERROR("Invalid content certificate %s.\n", cont_cert_name);
101 * Load and authenticate the Trusted Key certificate the key and content
116 /* Load the Trusted Key certificate in the BL31 region */
121 ERROR("Failed to load Trusted Key certificate.\n");
125 /* Validate the certificate */
129 ERROR("Invalid Trusted Key certificate.\n");
154 * image is present but the certificate is missing */
314 /* Image is present. Check if there is a valid certificate */