Searched refs:swrand_get_entropy (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 118 static int swrand_get_entropy(uint8_t *ptr, size_t len, boolean_t); 241 (void) swrand_get_entropy((uint8_t *)swrand_XKEY, HASHSIZE, B_TRUE); in _init() 301 (void) swrand_get_entropy(buf, len, B_TRUE); in swrand_generate_random() 303 (void) swrand_get_entropy(buf, len, B_FALSE); in swrand_generate_random() 317 swrand_get_entropy(uint8_t *ptr, size_t len, boolean_t nonblock) in swrand_get_entropy() function
|