HomeSort by relevance Sort by last modified time
    Searched full:keyform (Results 1 - 10 of 10) sorted by null

  /external/openssl/apps/
rsautl.c 95 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");
pkeyutl.c 76 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,
    [all...]
dgst.c 117 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,
smime.c 115 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,
cms.c 134 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,
    [all...]
req.c 118 * -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,
    [all...]
x509.c 94 " -keyform arg - private key format - default PEM\n",
254 else if (strcmp(*argv,"-keyform") == 0)
    [all...]
ca.c 163 " -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,
    [all...]
s_client.c 291 BIO_printf(bio_err," -keyform arg - key format (PEM or DER) PEM default\n");
661 else if (strcmp(*argv,"-keyform") == 0)
    [all...]
s_server.c 423 BIO_printf(bio_err," -keyform arg - key format (PEM, DER or ENGINE) PEM default\n");
975 else if (strcmp(*argv,"-keyform") == 0)
    [all...]

Completed in 448 milliseconds