Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dprng.c69 read_entropy_from_device(const char *device, unsigned char *buf, size_t len) in read_entropy_from_device() function
148 return read_entropy_from_device("/dev/urandom", buf, len); in get_os_entropy()