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

/barrelfish-master/lib/openssl-1.0.0d/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
199 else if (strcmp(*argv,"-keyform") == 0)
202 keyform=str2fmt(*(++argv));
274 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
349 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
352 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
447 else if (!strcmp (*args, "-keyform"))
451 keyform = str2fmt(*++args);
625 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
768 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
992 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));
414 BIO_printf(bio_err," -keyform arg key file format\n");
612 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dca.c163 " -keyform arg - private key file format (PEM or ENGINE)\n",
267 int keyform=FORMAT_PEM; local
400 else if (strcmp(*argv,"-keyform") == 0)
403 keyform=str2fmt(*(++argv));
747 pkey = load_key(bio_err, keyfile, keyform, 0, key, e,

Completed in 96 milliseconds