OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
randombytes
sbin/iked/crypto_api.h
22
#define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
usr.bin/signify/crypto_api.h
17
#define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
usr.bin/ssh/crypto_api.h
23
#define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))