Lines Matching refs:save_rand_file
17 static char *save_rand_file; variable
30 if (save_rand_file == NULL) {
31 save_rand_file = OPENSSL_strdup(randfile);
33 if (save_rand_file == NULL) {
84 if (save_rand_file == NULL) in app_RAND_write()
86 if (RAND_write_file(save_rand_file) == -1) { in app_RAND_write()
91 OPENSSL_free(save_rand_file); in app_RAND_write()
92 save_rand_file = NULL; in app_RAND_write()
116 OPENSSL_free(save_rand_file); in opt_rand()
117 save_rand_file = OPENSSL_strdup(opt_arg()); in opt_rand()
118 if (save_rand_file == NULL) in opt_rand()