Searched defs:random_get_pseudo_bytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Drandom.h35 #define random_get_pseudo_bytes(p, s) arc4rand((p), (int)(s), 0) macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c894 random_get_pseudo_bytes(uint8_t *ptr, size_t len) function

Completed in 66 milliseconds