Home
last modified time | relevance | path

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

/trueos/crypto/openssl/doc/crypto/
HDRAND_load_file.pod5 RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file
13 int RAND_load_file(const char *filename, long max_bytes);
25 RAND_load_file() reads a number of bytes from file B<filename> and
32 RAND_load_file() in a later session.
36 RAND_load_file() returns the number of bytes read.
50 RAND_load_file(), RAND_write_file() and RAND_file_name() are available in
HDRAND_add.pod41 or L<RAND_load_file(3)|RAND_load_file(3)>.
69 L<RAND_load_file(3)|RAND_load_file(3)>, L<RAND_cleanup(3)|RAND_cleanup(3)>
HDrand.pod20 int RAND_load_file(const char *file, long max_bytes);
59 (see L<RAND_load_file(3)|RAND_load_file(3)>) to avoid having to go through the
170 L<RAND_load_file(3)|RAND_load_file(3)>, L<RAND_egd(3)|RAND_egd(3)>,
/trueos/crypto/openssl/apps/
HDapp_rand.c143 if (file == NULL || !RAND_load_file(file, -1)) { in app_RAND_load_file()
187 tot += RAND_load_file(n, -1); in app_RAND_load_files()
/trueos/crypto/openssl/crypto/rand/
HDrand.h105 int RAND_load_file(const char *file, long max_bytes);
HDrandfile.c113 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
/trueos/crypto/heimdal/doc/doxyout/hcrypto/
HDmanpages139 hcrypto/man/man3/RAND_load_file.3
/trueos/secure/lib/libcrypto/
HDMakefile.man136 MAN+= RAND_load_file.3
613 MLINKS+= RAND_load_file.3 RAND_write_file.3
614 MLINKS+= RAND_load_file.3 RAND_file_name.3
/trueos/contrib/sendmail/src/
HDtls.c200 ok = RAND_load_file(randfile, -1) >=
/trueos/contrib/ntp/util/
HDntp-keygen.c370 temp = RAND_load_file(pathbuf, -1); in main()
/trueos/contrib/ntp/ntpd/
HDntp_crypto.c3957 if ((bytes = RAND_load_file(rand_file, -1)) == 0) { in crypto_setup()
/trueos/crypto/openssl/doc/
HDssleay.txt4970 Also strongly consider using the RAND_load_file() and
4997 int RAND_load_file(
5010 RAND_load_file().
/trueos/crypto/openssl/util/
HDlibeay.num459 RAND_load_file 467 EXIST::FUNCTION:
/trueos/crypto/openssl/
HDCHANGES7937 *) The return value of RAND_load_file() no longer counts bytes obtained
7938 by stat(). RAND_load_file(..., -1) is new and uses the complete file