HomeSort by: relevance | last modified time | path
    Searched defs:paramfile (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
genpkey.c 48 { "paramfile", OPT_PARAMFILE, '<', "Parameters file" },
133 const char *ciphername = NULL, *paramfile = NULL, *algname = NULL; local
177 paramfile = opt_arg();
225 if (paramfile != NULL) {
226 if (!init_keygen_file(&ctx, paramfile, e, libctx, app_get0_propq()))
req.c 1528 const char *paramfile = NULL; local
1576 paramfile = gstr;
1579 if (paramfile != NULL) {
1580 pbio = BIO_new_file(paramfile, "r");
1582 BIO_printf(bio_err, "Cannot open parameter file %s\n", paramfile);
1601 BIO_printf(bio_err, "Error reading parameter file %s\n", paramfile);
  /src/crypto/external/bsd/openssl/dist/apps/
genpkey.c 38 {"paramfile", OPT_PARAMFILE, '<', "Parameters file"},
69 const char *ciphername = NULL, *paramfile = NULL, *algname = NULL; local
108 paramfile = opt_arg();
147 if (paramfile != NULL) {
148 if (!init_keygen_file(&ctx, paramfile, e, libctx, app_get0_propq()))
req.c 1512 const char *paramfile = NULL; local
1560 paramfile = gstr;
1563 if (paramfile != NULL) {
1564 pbio = BIO_new_file(paramfile, "r");
1566 BIO_printf(bio_err, "Cannot open parameter file %s\n", paramfile);
1585 BIO_printf(bio_err, "Error reading parameter file %s\n", paramfile);
  /src/external/mpl/bind/dist/lib/isc/
tls.c 710 FILE *paramfile; local
712 paramfile = fopen(dhparams_file, "r");
714 if (paramfile) {
716 dh = PEM_read_DHparams(paramfile, NULL, NULL, NULL);
717 fclose(paramfile);
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 1461 const char *paramfile = NULL; local
1471 paramfile = gstr + 6;
1506 paramfile = p + 1;
1510 if (paramfile != NULL) {
1511 pbio = BIO_new_file(paramfile, "r");
1513 BIO_printf(bio_err, "Can't open parameter file %s\n", paramfile);
1532 BIO_printf(bio_err, "Error reading parameter file %s\n", paramfile);

Completed in 33 milliseconds