Searched refs:RAND_load_file (Results 1 – 9 of 9) sorted by relevance
5 RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file11 int RAND_load_file(const char *filename, long max_bytes);19 RAND_load_file() reads a number of bytes from file B<filename> and33 RAND_load_file() in a later session.64 RAND_load_file() returns the number of bytes read or -1 on error.
56 should consider using L<RAND_load_file(3)> instead.93 L<RAND_load_file(3)>,
27 if (RAND_load_file(randfile, -1) < 0) {47 if (RAND_load_file(name, -1) < 0) { in loadfiles()
98 int RAND_load_file(const char *file, long max_bytes);
84 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
66 See L<RAND_load_file(3)>.
1902 DEPEND[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod1903 GENERATE[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod1904 DEPEND[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod1905 GENERATE[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod3197 html/man3/RAND_load_file.html \3789 man/man3/RAND_load_file.3 \
323 RAND_load_file 329 3_0_0 EXIST::FUNCTION:
16078 * The return value of RAND_load_file() no longer counts bytes obtained16079 by stat(). RAND_load_file(..., -1) is new and uses the complete file
Completed in 47 milliseconds