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); 301 (void) swrand_get_entropy(buf, len, B_TRUE); 303 (void) swrand_get_entropy(buf, len, B_FALSE); 317 swrand_get_entropy(uint8_t *ptr, size_t len, boolean_t nonblock) function
|
Completed in 61 milliseconds