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

/freebsd-10.2-release/crypto/openssl/apps/
H A Dapp_rand.c121 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) argument
127 BIO_printf(bio_e, "Loading 'screen' into random state -");
128 BIO_flush(bio_e);
130 BIO_printf(bio_e, " done\n");
146 BIO_printf(bio_e, "unable to load 'random state'\n");
147 BIO_printf(bio_e,
149 BIO_printf(bio_e, "with much random data.\n");
152 BIO_printf(bio_e,
154 BIO_printf(bio_e,
196 int app_RAND_write_file(const char *file, BIO *bio_e) argument
[all...]
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 1537 milliseconds