Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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-master/apps/lib/
A Dapp_rand.c81 if (RAND_write_file(save_rand_file) == -1) { in app_RAND_write()
/openssl-master/include/openssl/
A Drand.h99 int RAND_write_file(const char *file);
/openssl-master/crypto/rand/
A Drandfile.c181 int RAND_write_file(const char *file) in RAND_write_file() function
/openssl-master/util/
A Dlibcrypto.num547 RAND_write_file 560 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md16769 * In RAND_write_file, use mode 0600 for creating files;

Completed in 53 milliseconds