Searched refs:RAND_load_file (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | RAND_load_file.pod | 5 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.
|
| H A D | RAND_add.pod | 56 should consider using L<RAND_load_file(3)> instead. 93 L<RAND_load_file(3)>,
|
| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | app_rand.c | 27 if (RAND_load_file(randfile, -1) < 0) { 53 if (RAND_load_file(name, -1) < 0) { in loadfiles()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | rand.h | 98 int RAND_load_file(const char *file, long max_bytes);
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | sslutils.c | 115 if (! RAND_load_file(RANDOM, 1024*1024)) in ssl_init_once()
|
| /freebsd-14.2/crypto/openssl/crypto/rand/ |
| H A D | randfile.c | 85 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
|
| /freebsd-14.2/crypto/heimdal/doc/doxyout/hcrypto/ |
| H A D | manpages | 139 hcrypto/man/man3/RAND_load_file.3
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | openssl-env.pod | 159 See L<RAND_load_file(3)>.
|
| /freebsd-14.2/contrib/ntp/util/ |
| H A D | ntp-keygen.c | 491 temp = RAND_load_file(pathbuf, -1); in main()
|
| /freebsd-14.2/crypto/openssl/doc/ |
| H A D | build.info | 1946 DEPEND[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod 1947 GENERATE[html/man3/RAND_load_file.html]=man3/RAND_load_file.pod 1948 DEPEND[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod 1949 GENERATE[man/man3/RAND_load_file.3]=man3/RAND_load_file.pod 3272 html/man3/RAND_load_file.html \ 3880 man/man3/RAND_load_file.3 \
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | tls.c | 334 ok = RAND_load_file(randfile, -1) >=
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 368 MAN+= RAND_load_file.3 3567 MLINKS+= RAND_load_file.3 RAND_file_name.3 3581 MLINKS+= RAND_load_file.3 RAND_write_file.3
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_crypto.c | 3922 if ((bytes = RAND_load_file(randfile, -1)) == 0) { in crypto_setup()
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Version.map | 2464 RAND_load_file;
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libcrypto.num | 323 RAND_load_file 329 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 17042 * The return value of RAND_load_file() no longer counts bytes obtained 17043 by stat(). RAND_load_file(..., -1) is new and uses the complete file
|