Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DRAND_load_file.pod5 RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file
13 int RAND_write_file(const char *filename);
24 been updated by RAND_write_file() between reads.
31 RAND_write_file() writes a number of random bytes (currently 128) to
66 RAND_write_file() returns the number of bytes written, or -1 if the
/openssl/apps/lib/
H A Dapp_rand.c86 if (RAND_write_file(save_rand_file) == -1) { in app_RAND_write()
/openssl/include/openssl/
H A Drand.h101 int RAND_write_file(const char *file);
/openssl/crypto/rand/
H A Drandfile.c182 int RAND_write_file(const char *file) in RAND_write_file() function
/openssl/util/
H A Dlibcrypto.num547 RAND_write_file 560 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md18708 * In RAND_write_file, use mode 0600 for creating files;

Completed in 75 milliseconds