Searched refs:arc4random_buf (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/random/ |
H A D | arc4random_fork.c | 57 arc4random_buf(fork_data->af_cbuf, sizeof (fork_data->af_cbuf)); in main() 62 arc4random_buf(fork_data->af_pbuf, sizeof (fork_data->af_pbuf)); in main()
|
H A D | arc4random_forkall.c | 57 arc4random_buf(fork_data->af_cbuf, sizeof (fork_data->af_cbuf)); in main() 62 arc4random_buf(fork_data->af_pbuf, sizeof (fork_data->af_pbuf)); in main()
|
H A D | arc4random_forksig.c | 77 arc4random_buf(fork_data->af_cbuf, sizeof (fork_data->af_cbuf)); in main() 82 arc4random_buf(fork_data->af_pbuf, sizeof (fork_data->af_pbuf)); in main()
|
H A D | arc4random_rekey.c | 36 arc4random_buf(buf, NENTS); in main()
|
H A D | arc4random.c | 37 arc4random_buf(buf, sizeof (buf)); in main()
|
/titanic_50/usr/src/lib/libuuid/common/ |
H A D | uuid.c | 188 arc4random_buf(node, 6); in gen_ethernet_address() 401 arc4random_buf(uu, sizeof (uuid_t)); in uuid_generate_random()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | arc4random.c | 169 arc4random_buf(void *buf, size_t n) in arc4random_buf() function
|
/titanic_50/usr/src/head/ |
H A D | stdlib.h | 303 extern void arc4random_buf(void *, size_t);
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 588 arc4random_buf.3c \ 1420 arc4random_buf.3c := LINKSRC = arc4random.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 252 arc4random_buf;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 573 link path=usr/share/man/man3c/arc4random_buf.3c target=arc4random.3c
|