Searched refs:RAND_load_file (Results 1 – 14 of 14) sorted by relevance
| /trueos/crypto/openssl/doc/crypto/ |
| HD | RAND_load_file.pod | 5 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
|
| HD | RAND_add.pod | 41 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)>
|
| HD | rand.pod | 20 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/ |
| HD | app_rand.c | 143 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/ |
| HD | rand.h | 105 int RAND_load_file(const char *file, long max_bytes);
|
| HD | randfile.c | 113 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
|
| /trueos/crypto/heimdal/doc/doxyout/hcrypto/ |
| HD | manpages | 139 hcrypto/man/man3/RAND_load_file.3
|
| /trueos/secure/lib/libcrypto/ |
| HD | Makefile.man | 136 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/ |
| HD | tls.c | 200 ok = RAND_load_file(randfile, -1) >=
|
| /trueos/contrib/ntp/util/ |
| HD | ntp-keygen.c | 370 temp = RAND_load_file(pathbuf, -1); in main()
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_crypto.c | 3957 if ((bytes = RAND_load_file(rand_file, -1)) == 0) { in crypto_setup()
|
| /trueos/crypto/openssl/doc/ |
| HD | ssleay.txt | 4970 Also strongly consider using the RAND_load_file() and 4997 int RAND_load_file( 5010 RAND_load_file().
|
| /trueos/crypto/openssl/util/ |
| HD | libeay.num | 459 RAND_load_file 467 EXIST::FUNCTION:
|
| /trueos/crypto/openssl/ |
| HD | CHANGES | 7937 *) 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
|