Home
last modified time | relevance | path

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

/freebsd-14.2/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);
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
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dcrypto-rand.c88 RAND_write_file(seedfile); in seed_something()
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapp_rand.c87 if (RAND_write_file(save_rand_file) == -1) { in app_RAND_write()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Drand.h99 int RAND_write_file(const char *file);
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drandfile.c182 int RAND_write_file(const char *file) in RAND_write_file() function
/freebsd-14.2/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages145 hcrypto/man/man3/RAND_write_file.3
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_crypto.c3930 RAND_write_file(randfile); in crypto_setup()
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map2471 RAND_write_file;
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile3581 MLINKS+= RAND_load_file.3 RAND_write_file.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num547 RAND_write_file 560 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md17733 * In RAND_write_file, use mode 0600 for creating files;