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

/linux-master/scripts/
H A Dsign-file.c220 char *private_key_name = NULL, *raw_sig_name = NULL; local
271 raw_sig_name = argv[0];
387 b = BIO_new_file(raw_sig_name, "rb");
388 ERR(!b, "%s", raw_sig_name);

Completed in 180 milliseconds