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

  /src/crypto/external/bsd/openssl/dist/test/recipes/
20-test_dgst.t 30 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...]
20-test_pkeyutl.t 39 '-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...]
20-test_cli_fips.t 79 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...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
20-test_pkeyutl.t 39 '-sigfile', 'sm2.sig', '-rawin',
69 '-sigfile', 'Ed25519.sig']))),
88 '-sigfile', 'Ed448.sig', '-rawin']))),
98 '-sigfile', 'Ed448.sig']))),
102 my $sigfile;
111 $sigfile = basename($privkey, '.pem') . '.sig';
118 '-out', $sigfile,
127 '-out', $sigfile,
139 '-sigfile', $sigfile,
    [all...]
20-test_dgst.t 30 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...]
20-test_cli_fips.t 84 my $sigfile = '';
89 $sigfile = $fips_sigfile;
94 '-out', $sigfile,
102 '-signature', $sigfile,
111 '-signature', $sigfile,
121 $sigfile = $nonfips_sigfile;
127 '-out', $sigfile,
136 '-signature', $sigfile,
156 '-signature', $sigfile,
168 '-signature', $sigfile,
    [all...]
  /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
368 asprintf(&sigfile, "%s.sp7", file);
369 if (sigfile == NULL)
378 sigfile);
391 sigfile = argv[1]
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
pkeyutl.c 62 {"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);
dgst.c 96 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);
  /src/crypto/external/apache2/openssl/dist/apps/
dgst.c 125 const char *sigfile = NULL; local
192 sigfile = opt_arg();
262 if (do_verify && sigfile == NULL) {
423 if (sigfile != NULL && sigkey != NULL) {
424 BIO *sigbio = BIO_new_file(sigfile, "rb");
427 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
435 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
pkeyutl.c 121 { "sigfile", OPT_SIGFILE, '<', "Signature file (verify operation only)" },
157 char *infile = NULL, *outfile = NULL, *secoutfile = NULL, *sigfile = NULL, *passinarg = NULL; local
201 sigfile = opt_arg();
457 if (sigfile != NULL && (pkey_op != EVP_PKEY_OP_VERIFY)) {
463 if (sigfile == NULL && (pkey_op == EVP_PKEY_OP_VERIFY)) {
509 if (sigfile != NULL) {
510 BIO *sigbio = BIO_new_file(sigfile, "rb");
514 BIO_printf(bio_err, "Can't open signature file %s\n", sigfile);
  /src/crypto/external/bsd/openssl/dist/apps/
dgst.c 105 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);
pkeyutl.c 79 {"sigfile", OPT_SIGFILE, '<', "Signature file (verify operation only)"},
111 char *infile = NULL, *outfile = NULL, *sigfile = NULL, *passinarg = NULL; local
152 sigfile = opt_arg();
380 if (sigfile != NULL && (pkey_op != EVP_PKEY_OP_VERIFY)) {
386 if (sigfile == NULL && (pkey_op == EVP_PKEY_OP_VERIFY)) {
407 if (sigfile != NULL) {
408 BIO *sigbio = BIO_new_file(sigfile, "rb");
411 BIO_printf(bio_err, "Can't open signature file %s\n", sigfile);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
signature.c 1293 char *sigfile,
1315 fd = open_output_file(&output, f, sigfile,

Completed in 57 milliseconds