Searched refs:save_rand_file (Results 1 – 1 of 1) sorted by relevance
17 static char *save_rand_file; variable30 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()[all …]
Completed in 3 milliseconds