Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Drandom_dev_urandom.h40 bool writeRandomBytes_dev_urandom(void *target, size_t count);
H A Drandom_dev_urandom.c48 writeRandomBytes_dev_urandom(void *target, size_t count) { in writeRandomBytes_dev_urandom() function
H A Dxmlparse.c1162 if (writeRandomBytes_dev_urandom(&entropy, sizeof(entropy))) { in generate_hash_secret_salt()