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

/external/openssl/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...]

Completed in 67 milliseconds