Searched refs:cert_file (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dinsert-sys-cert.c277 char *cert_file = NULL; local
298 cert_file = optarg;
305 if (!vmlinux_file || !cert_file) {
310 cert = read_file(cert_file, &cert_size);
405 info("Inserted the contents of %s into %lx.\n", cert_file,

Completed in 114 milliseconds