Searched refs:bio_e (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | app_rand.c | 122 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) in app_RAND_load_file() argument 128 BIO_printf(bio_e,"Loading 'screen' into random state -"); in app_RAND_load_file() 129 BIO_flush(bio_e); in app_RAND_load_file() 131 BIO_printf(bio_e," done\n"); in app_RAND_load_file() 149 BIO_printf(bio_e,"unable to load 'random state'\n"); in app_RAND_load_file() 150 BIO_printf(bio_e,"This means that the random number generator has not been seeded\n"); in app_RAND_load_file() 151 BIO_printf(bio_e,"with much random data.\n"); in app_RAND_load_file() 154 … BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file that\n"); in app_RAND_load_file() 155 BIO_printf(bio_e,"'random' data can be kept in (the file will be overwritten).\n"); in app_RAND_load_file() 194 int app_RAND_write_file(const char *file, BIO *bio_e) in app_RAND_write_file() argument [all …]
|
D | apps.h | 130 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);
|