Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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.
A DRAND_add.pod56 should consider using L<RAND_load_file(3)> instead.
93 L<RAND_load_file(3)>,
/openssl-master/apps/lib/
A Dapp_rand.c27 if (RAND_load_file(randfile, -1) < 0) {
47 if (RAND_load_file(name, -1) < 0) { in loadfiles()
/openssl-master/include/openssl/
A Drand.h98 int RAND_load_file(const char *file, long max_bytes);
/openssl-master/crypto/rand/
A Drandfile.c84 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
/openssl-master/doc/man7/
A Dopenssl-env.pod66 See L<RAND_load_file(3)>.
/openssl-master/doc/
A Dbuild.info1902 DEPEND[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod
1903 GENERATE[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod
1904 DEPEND[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod
1905 GENERATE[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod
3197 html/man3/RAND_load_file.html \
3789 man/man3/RAND_load_file.3 \
/openssl-master/util/
A Dlibcrypto.num323 RAND_load_file 329 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md16078 * The return value of RAND_load_file() no longer counts bytes obtained
16079 by stat(). RAND_load_file(..., -1) is new and uses the complete file

Completed in 47 milliseconds