Searched refs:kcf_rnd_get_bytes (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c557 kcf_rnd_get_bytes(uint8_t *ptr, size_t len, boolean_t noblock) function
1096 return (kcf_rnd_get_bytes(ptr, len, B_TRUE));
1106 return (kcf_rnd_get_bytes(ptr, len, B_FALSE));
/illumos-gate/usr/src/uts/common/io/
H A Drandom.c241 error = kcf_rnd_get_bytes(random_bytes, len,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1344 extern int kcf_rnd_get_bytes(uint8_t *, size_t, boolean_t);

Completed in 51 milliseconds