44 #include <openssl/rand.h>
61 void tls_int_seed(
void)
68 if (randseed.pid == 0)
69 randseed.pid = getpid();
70 GETTIMEOFDAY(&randseed.tv);
71 RAND_seed(&randseed,
sizeof(randseed));
76 int tls_ext_seed(
int nbytes)
int tls_mgr_seed(VSTRING *, int)
VSTRING * vstring_alloc(ssize_t len)
VSTRING * vstring_free(VSTRING *vp)