Lines Matching refs:save_rand_file
16 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()
119 if (save_rand_file == NULL) in opt_rand()