HomeSort by relevance Sort by last modified time
    Searched refs:BL33_CERT (Results 1 - 3 of 3) sorted by null

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

Completed in 108 milliseconds