Searched refs:keyform (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Drsautl.c95 int keyform = FORMAT_PEM; local
141 } else if (strcmp(*argv,"-keyform") == 0) {
145 keyform=str2fmt(*(++argv));
201 pkey = load_key(bio_err, keyfile, keyform, 0,
206 pkey = load_pubkey(bio_err, keyfile, keyform, 0,
211 x = load_cert(bio_err, keyfile, keyform,
326 BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
H A Dpkeyutl.c76 char *keyfile, int keyform, int key_type,
94 int keyform = FORMAT_PEM, peerform = FORMAT_PEM; local
141 *(++argv), keyform, key_type,
169 else if (strcmp(*argv,"-keyform") == 0)
172 else keyform=str2fmt(*(++argv));
395 BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
414 char *keyfile, int keyform, int key_type,
437 pkey = load_key(bio_err, keyfile, keyform, 0,
442 pkey = load_pubkey(bio_err, keyfile, keyform, 0,
447 x = load_cert(bio_err, keyfile, keyform,
413 init_ctx(int *pkeysize, char *keyfile, int keyform, int key_type, char *passargin, int pkey_op, ENGINE *e) argument
[all...]
H A Ddgst.c117 int keyform=FORMAT_PEM; local
200 else if (strcmp(*argv,"-keyform") == 0)
203 keyform=str2fmt(*(++argv));
279 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
354 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
357 sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
H A Dsmime.c115 int keyform = FORMAT_PEM; local
314 else if (!strcmp (*args, "-keyform"))
318 keyform = str2fmt(*++args);
472 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
602 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
718 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dcms.c134 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; local
457 else if (!strcmp (*args, "-keyform"))
461 keyform = str2fmt(*++args);
635 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
778 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
1013 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dreq.c118 * -keyform arg - key file format.
173 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; local
262 else if (strcmp(*argv,"-keyform") == 0)
265 keyform=str2fmt(*(++argv));
423 BIO_printf(bio_err," -keyform arg key file format\n");
621 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dca.c163 " -keyform arg - private key file format (PEM or ENGINE)\n",
271 int keyform=FORMAT_PEM; local
405 else if (strcmp(*argv,"-keyform") == 0)
408 keyform=str2fmt(*(++argv));
761 pkey = load_key(bio_err, keyfile, keyform, 0, key, e,

Completed in 164 milliseconds