Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dapp_rand.c16 static char *save_rand_file; variable
31 if (save_rand_file == NULL)
32 save_rand_file = OPENSSL_strdup(randfile);
79 if (save_rand_file == NULL) in app_RAND_write()
81 if (RAND_write_file(save_rand_file) == -1) { in app_RAND_write()
86 OPENSSL_free(save_rand_file); in app_RAND_write()
87 save_rand_file = NULL; in app_RAND_write()
111 OPENSSL_free(save_rand_file); in opt_rand()
112 save_rand_file = OPENSSL_strdup(opt_arg()); in opt_rand()

Completed in 2 milliseconds