/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 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,
|
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 455 else if (!strcmp (*args, "-keyform")) 459 keyform = str2fmt(*++args); 633 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n"); 776 key = load_key(bio_err, keyfile, keyform, 0, passin, e, 1011 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)); 423 BIO_printf(bio_err," -keyform arg key file format\n"); 621 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e, [all...] |
ca.c | 163 " -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, [all...] |