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

  /external/chromium_org/third_party/openssl/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
457 else if (!strcmp (*args, "-keyform"))
461 keyform = str2fmt(*++args);
635 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
778 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
1013 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...]
x509.c 94 " -keyform arg - private key format - default PEM\n",
256 else if (strcmp(*argv,"-keyform") == 0)
    [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...]
s_client.c 297 BIO_printf(bio_err," -keyform arg - key format (PEM or DER) PEM default\n");
836 else if (strcmp(*argv,"-keyform") == 0)
    [all...]
s_server.c 476 BIO_printf(bio_err," -keyform arg - key format (PEM, DER or ENGINE) PEM default\n");
1045 else if (strcmp(*argv,"-keyform") == 0)
    [all...]
  /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
457 else if (!strcmp (*args, "-keyform"))
461 keyform = str2fmt(*++args);
635 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
778 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
1013 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...]
x509.c 94 " -keyform arg - private key format - default PEM\n",
256 else if (strcmp(*argv,"-keyform") == 0)
    [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...]
s_client.c 297 BIO_printf(bio_err," -keyform arg - key format (PEM or DER) PEM default\n");
838 else if (strcmp(*argv,"-keyform") == 0)
    [all...]
s_server.c 476 BIO_printf(bio_err," -keyform arg - key format (PEM, DER or ENGINE) PEM default\n");
1045 else if (strcmp(*argv,"-keyform") == 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 659 'index' : 'indx', # keyform designating indexed access
660 'named' : 'name', # keyform designating named access
661 'id' : 'ID ', # keyform designating access by unique identifier
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 392 (getlist, "keyform", getostype)
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp     [all...]

Completed in 363 milliseconds