Searched refs:bio_e (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapp_rand.c122 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) argument
128 BIO_printf(bio_e,"Loading 'screen' into random state -");
129 BIO_flush(bio_e);
131 BIO_printf(bio_e," done\n");
149 BIO_printf(bio_e,"unable to load 'random state'\n");
150 BIO_printf(bio_e,"This means that the random number generator has not been seeded\n");
151 BIO_printf(bio_e,"with much random data.\n");
154 BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file that\n");
155 BIO_printf(bio_e,"'random' data can be kept in (the file will be overwritten).\n");
194 int app_RAND_write_file(const char *file, BIO *bio_e) argument
[all...]
H A Dapps.h127 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
128 int app_RAND_write_file(const char *file, BIO *bio_e);
130 * `bio_e' is for error messages. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapp_rand.c121 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) argument
143 BIO_printf(bio_e, "unable to load 'random state'\n");
144 BIO_printf(bio_e,
146 BIO_printf(bio_e, "with much random data.\n");
149 BIO_printf(bio_e,
151 BIO_printf(bio_e,
193 int app_RAND_write_file(const char *file, BIO *bio_e) argument
208 BIO_printf(bio_e, "unable to write 'random state'\n");
H A Dapps.h130 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
131 int app_RAND_write_file(const char *file, BIO *bio_e);
133 * When `file' is NULL, use defaults. `bio_e' is for error messages.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapp_rand.c121 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) argument
143 BIO_printf(bio_e, "unable to load 'random state'\n");
144 BIO_printf(bio_e,
146 BIO_printf(bio_e, "with much random data.\n");
149 BIO_printf(bio_e,
151 BIO_printf(bio_e,
193 int app_RAND_write_file(const char *file, BIO *bio_e) argument
208 BIO_printf(bio_e, "unable to write 'random state'\n");
H A Dapps.h130 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
131 int app_RAND_write_file(const char *file, BIO *bio_e);
133 * When `file' is NULL, use defaults. `bio_e' is for error messages.

Completed in 133 milliseconds