Lines Matching defs:file
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
30 static int setup_peer(EVP_PKEY_CTX *ctx, int peerform, const char *file,
70 {"in", OPT_IN, '<', "Input file - default stdin"},
73 {"inkey", OPT_INKEY, 's', "Input private key file"},
74 {"passin", OPT_PASSIN, 's', "Input file pass phrase source"},
75 {"peerkey", OPT_PEERKEY, 's', "Peer key file used in key derivation"},
79 {"sigfile", OPT_SIGFILE, '<', "Signature file (verify operation only)"},
83 {"out", OPT_OUT, '>', "Output file - default stdout"},
381 "%s: Signature file specified for non verify\n", prog);
387 "%s: No signature file specified for verify\n", prog);
410 BIO_printf(bio_err, "Can't open signature file %s\n", sigfile);
660 static int setup_peer(EVP_PKEY_CTX *ctx, int peerform, const char *file,
669 peer = load_pubkey(file, peerform, 0, NULL, engine, "peer key");
671 BIO_printf(bio_err, "Error reading peer key %s\n", file);
728 "Error: unable to determine file size for oneshot operation\n");