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

/freebsd-10-stable/crypto/openssl/apps/
H A Drsautl.c96 int keyform = FORMAT_PEM; local
142 } else if (strcmp(*argv, "-keyform") == 0) {
146 keyform = str2fmt(*(++argv));
211 pkey = load_key(bio_err, keyfile, keyform, 0,
216 pkey = load_pubkey(bio_err, keyfile, keyform, 0,
221 x = load_cert(bio_err, keyfile, keyform, NULL, e, "Certificate");
347 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
139 *(++argv), keyform, key_type,
162 } else if (strcmp(*argv, "-keyform") == 0) {
166 keyform = str2fmt(*(++argv));
356 BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
378 char *keyfile, int keyform, int key_type,
398 pkey = load_key(bio_err, keyfile, keyform, 0,
403 pkey = load_pubkey(bio_err, keyfile, keyform, 0,
408 x = load_cert(bio_err, keyfile, keyform, NUL
377 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
191 } else if (strcmp(*argv, "-keyform") == 0) {
194 keyform = str2fmt(*(++argv));
269 "-keyform arg key file format (PEM or ENGINE)\n");
344 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
347 sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
H A Dsmime.c116 int keyform = FORMAT_PEM; local
290 } else if (!strcmp(*args, "-keyform")) {
293 keyform = str2fmt(*++args);
430 "-keyform arg input private key format (PEM or ENGINE)\n");
553 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
646 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dcms.c135 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; local
412 } else if (!strcmp(*args, "-keyform")) {
415 keyform = str2fmt(*++args);
569 "-keyform arg input private key format (PEM or ENGINE)\n");
701 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
889 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dreq.c121 * -keyform arg - key file format.
177 int informat, outformat, verify = 0, noout = 0, text = 0, keyform = local
258 } else if (strcmp(*argv, "-keyform") == 0) {
261 keyform = str2fmt(*(++argv));
401 BIO_printf(bio_err, " -keyform arg key file format\n");
602 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
H A Dca.c157 " -keyform arg - private key file format (PEM or ENGINE)\n",
270 int keyform = FORMAT_PEM; local
394 } else if (strcmp(*argv, "-keyform") == 0) {
397 keyform = str2fmt(*(++argv));
716 pkey = load_key(bio_err, keyfile, keyform, 0, key, e, "CA private key");

Completed in 121 milliseconds