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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c466 rnd_get_bytes(uint8_t *ptr, size_t len, extract_type_t how) function
564 if ((error = rnd_get_bytes(ptr, len, how)) != 0)
671 (void) rnd_get_bytes((uint8_t *)rmp->rm_mag.rm_key,
865 /* rnd_get_bytes() will call mutex_exit(&rndpool_lock) */
867 (void) rnd_get_bytes(discard_buf,
871 /* rnd_get_bytes() will call mutex_exit(&rndpool_lock) */
873 (void) rnd_get_bytes((uint8_t *)rmp->rm_mag.rm_key,
875 /* rnd_get_bytes() will call mutex_exit(&rndpool_lock) */
877 (void) rnd_get_bytes((uint8_t *)rmp->rm_mag.rm_seed,

Completed in 45 milliseconds