Home
last modified time | relevance | path

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

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