Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DRAND_load_file.pod5 RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file
15 int RAND_write_file(const char *filename);
30 RAND_write_file() writes a number of random bytes (currently 1024) to
38 RAND_write_file() returns the number of bytes written, and -1 if the
50 RAND_load_file(), RAND_write_file() and RAND_file_name() are available in
H A Drand.pod21 int RAND_write_file(const char *file);
/onnv-gate/usr/src/common/openssl/crypto/rand/
H A Drand.h107 int RAND_write_file(const char *file);
H A Drandfile.c155 int RAND_write_file(const char *file) in RAND_write_file() function
/onnv-gate/usr/src/common/openssl/apps/
H A Dapp_rand.c207 if (file == NULL || !RAND_write_file(file)) in app_RAND_write_file()
H A Dwinrand.c141 if (RAND_write_file(filename) <= 0) in WndProc()
/onnv-gate/usr/src/common/openssl/
H A DCHANGES5707 *) In RAND_write_file, use mode 0600 for creating files;