Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-random-util.c31 TEST(pseudo_random_bytes) { in TEST() argument
35 pseudo_random_bytes(buf, i); in TEST()
Dtest-firewall-util.c28 pseudo_random_bytes(&u3, sizeof(u3)); in test_v6()
/systemd-251/src/basic/
Drandom-util.c147 void pseudo_random_bytes(void *p, size_t n) { in pseudo_random_bytes() function
209 pseudo_random_bytes(p, n); in random_bytes()
Drandom-util.h13 void pseudo_random_bytes(void *p, size_t n); /* returns only pseudo-randommess (…