DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RAND_bytes
crypto/libressl/include/openssl/rand.h
93
int RAND_bytes(unsigned char *buf, int num);
crypto/openssh/sshd-session.c
277
if ((RAND_bytes((u_char *)rnd, 1)) != 1)
crypto/openssh/sshd.c
1110
if ((RAND_bytes((u_char *)rnd, 1)) != 1)