Searched refs:sigfile (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/openssl/apps/ |
| HD | pkeyutl.c | 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; in MAIN() local 133 sigfile = *(++argv); in MAIN() 224 if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY)) { in MAIN() 229 if (!sigfile && (pkey_op == EVP_PKEY_OP_VERIFY)) { in MAIN() 264 if (sigfile) { in MAIN() 265 BIO *sigbio = BIO_new_file(sigfile, "rb"); in MAIN() 267 BIO_printf(bio_err, "Can't open signature file %s\n", sigfile); in MAIN()
|
| HD | dgst.c | 119 const char *sigfile = NULL, *randfile = NULL; in MAIN() local 190 sigfile = *(++argv); in MAIN() 244 if (do_verify && !sigfile) { in MAIN() 441 if (sigfile && sigkey) { in MAIN() 443 sigbio = BIO_new_file(sigfile, "rb"); in MAIN() 447 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile); in MAIN() 459 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile); in MAIN()
|
| /trueos/crypto/openssl/doc/apps/ |
| HD | pkeyutl.pod | 12 [B<-sigfile file>] 209 openssl pkeyutl -verify -in file -sigfile sig -inkey key.pem
|