Searched defs:random_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c106 char *random_file; /* File with seed info for pseudo random */ member in struct:http_conn_t
517 free(c_id->random_file);
518 c_id->random_file = (char *)fname;
1391 free(c_id->random_file);
1936 if (c_id->random_file != NULL &&
1937 RAND_load_file(c_id->random_file, 1024 * 1024) <= 0) {

Completed in 64 milliseconds