Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dtbb_cert.c77 .id = BL31_CERT,
81 .issuer = &certs[BL31_CERT],
Dmain.c209 if (certs[BL31_CERT].bin == NULL) { in check_cmd_params()
313 certs[BL31_CERT].bin = strdup(optarg); in main()
337 certs[BL31_CERT].fn = strdup(optarg); in main()
557 if (!sha_file(certs[BL31_CERT].bin, md)) { in main()
558 ERROR("Cannot calculate the hash of %s\n", certs[BL31_CERT].bin); in main()
566 if (!cert_new(&certs[BL31_CERT], VAL_DAYS, 0, sk)) { in main()
567 ERROR("Cannot create %s\n", certs[BL31_CERT].cn); in main()
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
Dtbb_cert.h45 BL31_CERT, enumerator