Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DRAND_load_file.pod5 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.
DRAND_add.pod56 should consider using L<RAND_load_file(3)> instead.
87 L<RAND_load_file(3)>,
/third_party/openssl/apps/
Dapp_rand.c26 if (RAND_load_file(randfile, -1) < 0) { in app_RAND_load_conf()
46 if (RAND_load_file(name, -1) < 0) { in loadfiles()
/third_party/openssl/include/openssl/
Drand.h53 int RAND_load_file(const char *file, long max_bytes);
/third_party/openssl/crypto/rand/
Drandfile.c76 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
/third_party/curl/lib/
Dsetup-vms.h265 #define RAND_load_file RAND_LOAD_FILE macro
/third_party/curl/lib/vtls/
Dopenssl.c459 RAND_load_file((data->set.str[STRING_SSL_RANDOM_FILE]? in ossl_seed()
515 RAND_load_file(fname, RAND_LOAD_LENGTH); in ossl_seed()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2010 #define RAND_load_file BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_load_file) macro
/third_party/openssl/crypto/err/
Dopenssl.txt1027 RAND_F_RAND_LOAD_FILE:111:RAND_load_file
/third_party/openssl/util/
Dlibcrypto.num328 RAND_load_file 329 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES11427 *) The return value of RAND_load_file() no longer counts bytes obtained
11428 by stat(). RAND_load_file(..., -1) is new and uses the complete file