Searched refs:RAND_load_file (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/man3/ |
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.
|
D | RAND_add.pod | 56 should consider using L<RAND_load_file(3)> instead. 87 L<RAND_load_file(3)>,
|
/third_party/openssl/apps/ |
D | app_rand.c | 26 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/ |
D | rand.h | 53 int RAND_load_file(const char *file, long max_bytes);
|
/third_party/openssl/crypto/rand/ |
D | randfile.c | 76 int RAND_load_file(const char *file, long bytes) in RAND_load_file() function
|
/third_party/curl/lib/ |
D | setup-vms.h | 265 #define RAND_load_file RAND_LOAD_FILE macro
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 459 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/ |
D | boringssl_prefix_symbols.h | 2010 #define RAND_load_file BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_load_file) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1027 RAND_F_RAND_LOAD_FILE:111:RAND_load_file
|
/third_party/openssl/util/ |
D | libcrypto.num | 328 RAND_load_file 329 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 11427 *) 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
|