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

/macosx-10.10/OpenSSL098-52/src/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 Ddgst.c97 int keyform=FORMAT_PEM; local
198 else if (strcmp(*argv,"-keyform") == 0)
201 keyform=str2fmt(*(++argv));
254 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
351 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
354 sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
H A Dsmime.c109 int keyform = FORMAT_PEM; local
290 else if (!strcmp (*args, "-keyform"))
295 keyform = str2fmt(*args);
459 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
600 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dcms.c130 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; local
442 else if (!strcmp (*args, "-keyform"))
446 keyform = str2fmt(*++args);
620 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
763 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
987 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dreq.c118 * -keyform arg - key file format.
179 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; local
258 else if (strcmp(*argv,"-keyform") == 0)
261 keyform=str2fmt(*(++argv));
516 BIO_printf(bio_err," -keyform arg key file format\n");
714 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dca.c164 " -keyform arg - private key file format (PEM or ENGINE)\n",
267 int keyform=FORMAT_PEM; local
399 else if (strcmp(*argv,"-keyform") == 0)
402 keyform=str2fmt(*(++argv));
739 pkey = load_key(bio_err, keyfile, keyform, 0, key, e,

Completed in 120 milliseconds