Home
last modified time | relevance | path

Searched refs:save_rand_file (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dapp_rand.c16 static char *save_rand_file; variable
31 if (save_rand_file == NULL) {
32 save_rand_file = OPENSSL_strdup(randfile);
34 if (save_rand_file == NULL) {
85 if (save_rand_file == NULL) in app_RAND_write()
87 if (RAND_write_file(save_rand_file) == -1) { in app_RAND_write()
92 OPENSSL_free(save_rand_file); in app_RAND_write()
93 save_rand_file = NULL; in app_RAND_write()
117 OPENSSL_free(save_rand_file); in opt_rand()
118 save_rand_file = OPENSSL_strdup(opt_arg()); in opt_rand()
[all …]