HomeSort by: relevance | last modified time | path
    Searched defs:sigfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/nbsvtool/
nbsvtool.c 99 * Verifies a detached PEM signature in the file `sigfile' of file
108 const char *infile, const char *sigfile)
128 sig = BIO_new_file(sigfile, "r");
131 sigfile);
136 sigfile);
307 char *sigfile; local in function:main
368 asprintf(&sigfile, "%s.sp7", file);
369 if (sigfile == NULL)
378 sigfile);
391 sigfile = argv[1]
    [all...]
nbsvtool.c 99 * Verifies a detached PEM signature in the file `sigfile' of file
108 const char *infile, const char *sigfile)
128 sig = BIO_new_file(sigfile, "r");
131 sigfile);
136 sigfile);
307 char *sigfile; local in function:main
368 asprintf(&sigfile, "%s.sp7", file);
369 if (sigfile == NULL)
378 sigfile);
391 sigfile = argv[1]
    [all...]
nbsvtool.c 99 * Verifies a detached PEM signature in the file `sigfile' of file
108 const char *infile, const char *sigfile)
128 sig = BIO_new_file(sigfile, "r");
131 sigfile);
136 sigfile);
307 char *sigfile; local in function:main
368 asprintf(&sigfile, "%s.sp7", file);
369 if (sigfile == NULL)
378 sigfile);
391 sigfile = argv[1]
    [all...]

Completed in 79 milliseconds