Searched refs:kcf_rnd_get_bytes (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 557 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 D | random.c | 241 error = kcf_rnd_get_bytes(random_bytes, len, in rnd_read()
|
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | impl.h | 1344 extern int kcf_rnd_get_bytes(uint8_t *, size_t, boolean_t);
|