Home
last modified time | relevance | path

Searched refs:RAND_load_file (Results 1 – 9 of 9) sorted by relevance

/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)>,
/openssl/apps/lib/
H A Dapp_rand.c26 if (RAND_load_file(randfile, -1) < 0) {
52 if (RAND_load_file(name, -1) < 0) { in loadfiles()
/openssl/include/openssl/
H A Drand.h100 int RAND_load_file(const char *file, long max_bytes);
/openssl/crypto/rand/
H A Drandfile.c85 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
/openssl/doc/man7/
H A Dopenssl-env.pod159 See L<RAND_load_file(3)>.
/openssl/doc/
H A Dbuild.info2042 DEPEND[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod
2043 GENERATE[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod
2044 DEPEND[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod
2045 GENERATE[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod
3520 html/man3/RAND_load_file.html \
4184 man/man3/RAND_load_file.3 \
/openssl/util/
H A Dlibcrypto.num323 RAND_load_file 329 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md18023 * The return value of RAND_load_file() no longer counts bytes obtained
18024 by stat(). RAND_load_file(..., -1) is new and uses the complete file

Completed in 87 milliseconds