Home
last modified time | relevance | path

Searched defs:random_get_pseudo_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cddl/compat/opensolaris/sys/
H A Drandom.h33 #define random_get_pseudo_bytes(p, s) arc4rand((p), (int)(s), 0) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drandom.h45 random_get_pseudo_bytes(uint8_t *p, size_t s) in random_get_pseudo_bytes() function
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c156 random_get_pseudo_bytes(uint8_t *ptr, size_t len) in random_get_pseudo_bytes() function
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c777 random_get_pseudo_bytes(uint8_t *ptr, size_t len) in random_get_pseudo_bytes() function