Searched refs:newkey (Results 1 – 5 of 5) sorted by relevance
/external/openssl/apps/ |
D | CA.sh | 86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS 92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
|
D | req.c | 171 long newkey = -1; in MAIN() local 640 genctx = set_keygen_ctx(bio_err, keyalg, &pkey_type, &newkey, in MAIN() 646 if (newkey <= 0) in MAIN() 648 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey)) in MAIN() 649 newkey=DEFAULT_KEY_LENGTH; in MAIN() 652 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) in MAIN() 655 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey); in MAIN() 661 genctx = set_keygen_ctx(bio_err, NULL, &pkey_type, &newkey, in MAIN() 685 newkey, keyalgstr); in MAIN()
|
/external/clearsilver/util/ |
D | wdb.h | 83 NEOERR * wdb_column_update (WDB *wdb, const char *oldkey, const char *newkey);
|
D | wdb.c | 875 NEOERR *wdb_column_update (WDB *wdb, const char *oldkey, const char *newkey) in wdb_column_update() argument 892 "Unable to allocate memory for column update %s", newkey); in wdb_column_update() 896 col->name = strdup(newkey); in wdb_column_update() 921 err = dictSetValue(wdb->cols, newkey, col); in wdb_column_update() 927 "Unable to insert for update of col %s->%s", oldkey, newkey); in wdb_column_update()
|
/external/openssl/ |
D | README.android | 70 …odes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /…
|