Home
last modified time | relevance | path

Searched refs:tls_rand_file (Results 1 – 12 of 12) sorted by relevance

/dports/irc/ezbounce/ezbounce-1.99.15/src/net/
H A Dsocket.cc41 /* static */ char *socket::tls_rand_file = NULL; member in net::socket
849 if (tls_rand_file) { in shutdown_ssl()
850 RAND_write_file(tls_rand_file); in shutdown_ssl()
949 tls_rand_file = rand_file; in seed_PRNG()
/dports/irc/ezbounce/ezbounce-1.99.15/include/net/
H A Dsocket.h56 static char *tls_rand_file; variable
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/
H A Dmod_tls.c569 static char *tls_rand_file = NULL; variable
931 tls_rand_file = NULL; in tls_reset_state()
9420 if (tls_rand_file == NULL) {
9425 tls_rand_file = rand_file;
9432 if (RAND_load_file(tls_rand_file, -1) == 0) {
9438 if (RAND_load_file(tls_rand_file, 1024) != 1024) {
9448 tls_rand_file, tls_get_errors());
9467 tls_log("loaded PRNG seed data from '%s'", tls_rand_file);
15152 if (tls_rand_file) {
15155 res = RAND_write_file(tls_rand_file);
[all …]
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dxtls.c500 if((cp = ok_vlook(tls_rand_file)) != NULL || in a_xtls_rand_init()