Home
last modified time | relevance | path

Searched refs:RAND_file_name (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DRAND_load_file.pod5 RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file
11 const char *RAND_file_name(char *buf, size_t num);
19 RAND_file_name() generates a default path for the random seed
41 RAND_file_name() returns a pointer to B<buf> on success, and NULL on
50 RAND_load_file(), RAND_write_file() and RAND_file_name() are available in
H A Drand.pod22 const char *RAND_file_name(char *file, size_t num);
/onnv-gate/usr/src/common/openssl/apps/
H A Dapp_rand.c135 file = RAND_file_name(buffer, sizeof buffer); in app_RAND_load_file()
206 file = RAND_file_name(buffer, sizeof buffer); in app_RAND_write_file()
H A Dwinrand.c79 filename = RAND_file_name(buffer, sizeof buffer); in WinMain()
/onnv-gate/usr/src/common/openssl/crypto/rand/
H A Drand.h108 const char *RAND_file_name(char *file,size_t num);
H A Drandfile.c237 const char *RAND_file_name(char *buf, size_t size) in RAND_file_name() function
/onnv-gate/usr/src/common/openssl/
H A DNEWS264 o Bug fix in RAND_file_name().
H A DCHANGES3733 *) In versions up to 0.9.6, RAND_file_name() resorted to file ".rnd"
3735 RAND_file_name() in 0.9.6a returned NULL in this case. This has
3737 Thus RAND_file_name() is changed again: e_os.h can define a