Home
last modified time | relevance | path

Searched refs:BL33_CERT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dtbb_cert.c105 .id = BL33_CERT,
109 .issuer = &certs[BL33_CERT],
Dmain.c214 if (certs[BL33_CERT].bin == NULL) { in check_cmd_params()
319 certs[BL33_CERT].bin = strdup(optarg); in main()
349 certs[BL33_CERT].fn = strdup(optarg); in main()
660 if (!sha_file(certs[BL33_CERT].bin, md)) { in main()
661 ERROR("Cannot calculate the hash of %s\n", certs[BL33_CERT].bin); in main()
669 if (!cert_new(&certs[BL33_CERT], VAL_DAYS, 0, sk)) { in main()
670 ERROR("Cannot create %s\n", certs[BL33_CERT].cn); in main()
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
Dtbb_cert.h49 BL33_CERT, enumerator