Home
last modified time | relevance | path

Searched refs:sig_file (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/
H A Dverify-bmc-image.sh41 sig_file="${2?Missing sig file}" || help_out
64 gpg --verify --ignore-time-conflict "$sig_file" "$image_file"
/openbmc/qemu/hw/char/
H A Driscv_htif.c58 const char *sig_file; variable
182 if (sig_file && begin_sig_addr && end_sig_addr) { in htif_handle_tohost_write()
187 FILE *signature = fopen(sig_file, "w"); in htif_handle_tohost_write()
190 sig_file, strerror(errno)); in htif_handle_tohost_write()
/openbmc/qemu/include/hw/char/
H A Driscv_htif.h43 extern const char *sig_file;
/openbmc/openbmc/poky/meta/lib/oe/
H A Dgpg_sign.py125 def verify(self, sig_file, valid_sigs = ''): argument
131 cmd += [sig_file]
/openbmc/qemu/hw/riscv/
H A Dspike.c335 sig_file = g_strdup(val); in spike_set_signature()