Searched refs:sig_path (Results 1 - 4 of 4) sorted by path

/u-boot/include/
H A Dimage.h1287 * @sig_path: Path to @sig_offset
1294 char sig_path[NODE_MAX_NAME_LEN]; member in struct:image_summary
/u-boot/tools/
H A Dfit_common.c191 summary->sig_path);
H A Dimage-host.c1143 fdt_get_path(fit, noffset, summary->sig_path,
1144 sizeof(summary->sig_path));
H A Dmkeficapsule.c349 char *sig_path; local
354 sig_path = malloc(strlen(path) + 3 + 1);
355 if (!sig_path)
358 sprintf(sig_path, "%s.p7", path);
359 f = fopen(sig_path, "w");
369 free(sig_path);

Completed in 167 milliseconds