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

/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D20-test_dgst.t30 my $sigfile = basename($privkey, '.pem') . '.sig';
34 '-out', $sigfile,
39 '-signature', $sigfile,
44 '-signature', $sigfile,
49 '-signature', $sigfile,
62 my $sigfile = basename($privkey, '.pem') . '.sig';
66 '-out', $sigfile,
71 '-signature', $sigfile,
76 '-signature', $sigfile,
81 '-signature', $sigfile,
[all...]
H A D20-test_pkeyutl.t39 '-sigfile', 'sm2.sig', '-rawin',
69 '-sigfile', 'Ed25519.sig', '-rawin']))),
81 '-sigfile', 'Ed448.sig', '-rawin']))),
93 my $sigfile = basename($privkey, '.pem') . '.sig';
100 '-out', $sigfile,
109 '-out', $sigfile,
117 '-sigfile', $sigfile,
126 '-sigfile', $sigfile,
[all...]
H A D20-test_cli_fips.t79 my $sigfile = '';
84 $sigfile = $fips_sigfile;
89 '-out', $sigfile,
97 '-signature', $sigfile,
106 '-signature', $sigfile,
116 $sigfile = $nonfips_sigfile;
122 '-out', $sigfile,
131 '-signature', $sigfile,
151 '-signature', $sigfile,
163 '-signature', $sigfile,
[all...]
/netbsd-current/usr.bin/nbsvtool/
H A Dnbsvtool.c99 * 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
368 asprintf(&sigfile, "%s.sp7", file);
369 if (sigfile == NULL)
378 sigfile);
391 sigfile
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dpkeyutl.c62 {"sigfile", OPT_SIGFILE, '<', "Signature file (verify operation only)"},
83 char *infile = NULL, *outfile = NULL, *sigfile = NULL, *passinarg = NULL; local
117 sigfile = opt_arg();
244 if (sigfile != NULL && (pkey_op != EVP_PKEY_OP_VERIFY)) {
250 if (sigfile == NULL && (pkey_op == EVP_PKEY_OP_VERIFY)) {
265 if (sigfile != NULL) {
266 BIO *sigbio = BIO_new_file(sigfile, "rb");
269 BIO_printf(bio_err, "Can't open signature file %s\n", sigfile);
H A Ddgst.c96 const char *sigfile = NULL; local
157 sigfile = opt_arg();
213 if (do_verify && sigfile == NULL) {
362 if (sigfile != NULL && sigkey != NULL) {
363 BIO *sigbio = BIO_new_file(sigfile, "rb");
365 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
374 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Ddgst.c105 const char *sigfile = NULL; local
169 sigfile = opt_arg();
239 if (do_verify && sigfile == NULL) {
393 if (sigfile != NULL && sigkey != NULL) {
394 BIO *sigbio = BIO_new_file(sigfile, "rb");
397 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
405 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
H A Dpkeyutl.c79 {"sigfile", OPT_SIGFILE, '<', "Signature file (verify operation only)"},
110 char *infile = NULL, *outfile = NULL, *sigfile = NULL, *passinarg = NULL; local
151 sigfile = opt_arg();
379 if (sigfile != NULL && (pkey_op != EVP_PKEY_OP_VERIFY)) {
385 if (sigfile == NULL && (pkey_op == EVP_PKEY_OP_VERIFY)) {
406 if (sigfile != NULL) {
407 BIO *sigbio = BIO_new_file(sigfile, "rb");
410 BIO_printf(bio_err, "Can't open signature file %s\n", sigfile);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsignature.c1293 char *sigfile,
1315 fd = open_output_file(&output, f, sigfile,

Completed in 291 milliseconds