Home
last modified time | relevance | path

Searched refs:RAND_load_file (Results 1 – 16 of 16) 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
11 int RAND_load_file(const char *filename, long max_bytes);
19 RAND_load_file() reads a number of bytes from file B<filename> and
33 RAND_load_file() in a later session.
64 RAND_load_file() returns the number of bytes read or -1 on error.
H A DRAND_add.pod56 should consider using L<RAND_load_file(3)> instead.
93 L<RAND_load_file(3)>,
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapp_rand.c27 if (RAND_load_file(randfile, -1) < 0) {
53 if (RAND_load_file(name, -1) < 0) { in loadfiles()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Drand.h98 int RAND_load_file(const char *file, long max_bytes);
/freebsd-14.2/contrib/libpcap/
H A Dsslutils.c115 if (! RAND_load_file(RANDOM, 1024*1024)) in ssl_init_once()
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drandfile.c85 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
/freebsd-14.2/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages139 hcrypto/man/man3/RAND_load_file.3
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dopenssl-env.pod159 See L<RAND_load_file(3)>.
/freebsd-14.2/contrib/ntp/util/
H A Dntp-keygen.c491 temp = RAND_load_file(pathbuf, -1); in main()
/freebsd-14.2/crypto/openssl/doc/
H A Dbuild.info1946 DEPEND[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod
1947 GENERATE[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod
1948 DEPEND[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod
1949 GENERATE[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod
3272 html/man3/RAND_load_file.html \
3880 man/man3/RAND_load_file.3 \
/freebsd-14.2/contrib/sendmail/src/
H A Dtls.c334 ok = RAND_load_file(randfile, -1) >=
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile368 MAN+= RAND_load_file.3
3567 MLINKS+= RAND_load_file.3 RAND_file_name.3
3581 MLINKS+= RAND_load_file.3 RAND_write_file.3
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_crypto.c3922 if ((bytes = RAND_load_file(randfile, -1)) == 0) { in crypto_setup()
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map2464 RAND_load_file;
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num323 RAND_load_file 329 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md17042 * The return value of RAND_load_file() no longer counts bytes obtained
17043 by stat(). RAND_load_file(..., -1) is new and uses the complete file