Home
last modified time | relevance | path

Searched refs:read_dev_urandom (Results 1 – 5 of 5) sorted by relevance

/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxnoise.c19 static bool read_dev_urandom(char *buf, int len) in read_dev_urandom() function
57 if (read_dev_urandom(buf, 32)) { in noise_get_heavy()
/dports/security/putty/putty-0.76/unix/
H A Duxnoise.c19 static bool read_dev_urandom(char *buf, int len) in read_dev_urandom() function
57 if (read_dev_urandom(buf, 32)) { in noise_get_heavy()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/unix/
H A Duxnoise.c19 static bool read_dev_urandom(char *buf, int len) in read_dev_urandom() function
57 if (read_dev_urandom(buf, 32)) { in noise_get_heavy()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.c758 read_dev_urandom (unsigned char *buf, size_t len) in read_dev_urandom() function
777 if (read_dev_urandom (buf, len)) in scm_i_random_bytes_from_platform()
796 if (read_dev_urandom (buf, sizeof(buf)))
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.c769 read_dev_urandom (unsigned char *buf, size_t len) in read_dev_urandom() function
788 if (read_dev_urandom (buf, len)) in scm_i_random_bytes_from_platform()
807 if (read_dev_urandom (buf, sizeof(buf)))