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)>,
26 if (RAND_load_file(randfile, -1) < 0) {52 if (RAND_load_file(name, -1) < 0) { in loadfiles()
100 int RAND_load_file(const char *file, long max_bytes);
85 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
159 See L<RAND_load_file(3)>.
2042 DEPEND[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod2043 GENERATE[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod2044 DEPEND[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod2045 GENERATE[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod3520 html/man3/RAND_load_file.html \4184 man/man3/RAND_load_file.3 \
323 RAND_load_file 329 3_0_0 EXIST::FUNCTION:
18023 * The return value of RAND_load_file() no longer counts bytes obtained18024 by stat(). RAND_load_file(..., -1) is new and uses the complete file
Completed in 87 milliseconds