Home
last modified time | relevance | path

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

/freebsd/crypto/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);
28 been updated by RAND_write_file() between reads.
35 RAND_write_file() writes a number of random bytes (currently 128) to
70 RAND_write_file() returns the number of bytes written, or -1 if the
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-rand.c88 RAND_write_file(seedfile); in seed_something()
/freebsd/crypto/openssl/apps/lib/
H A Dapp_rand.c86 if (RAND_write_file(save_rand_file) == -1) { in app_RAND_write()
/freebsd/crypto/openssl/include/openssl/
H A Drand.h103 int RAND_write_file(const char *file);
/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c185 int RAND_write_file(const char *file) in RAND_write_file() function
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages145 hcrypto/man/man3/RAND_write_file.3
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c3930 RAND_write_file(randfile); in crypto_setup()
/freebsd/secure/lib/libcrypto/
H A DVersion.map2405 RAND_write_file;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3783 MLINKS+= RAND_load_file.3 RAND_write_file.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num547 RAND_write_file 560 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md19531 * In RAND_write_file, use mode 0600 for creating files;