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

/systemd/src/basic/
H A Drandom-util.c118 void random_bytes(void *p, size_t n) { function
H A Drandom-util.h26 void random_bytes(void *p, size_t n);
31 random_bytes(&u, sizeof(u));
37 random_bytes(&u, sizeof(u));
H A Dhashmap.c341 random_bytes(current, sizeof(current));
749 random_bytes(shared_hash_key, sizeof(shared_hash_key));
/systemd/src/journal/
H A Djournald-rate-limit.c90 random_bytes(r->hash_key, sizeof(r->hash_key));
H A Dtest-compress-benchmark.c71 random_bytes(buf, step);
73 random_bytes(buf + 2*step, step);
75 random_bytes(buf + 4*step, step);
77 random_bytes(buf + 6*step, step);
79 random_bytes(buf + 8*step, step);
H A Dtest-compress.c259 random_bytes(data + 7, sizeof(data) - 7);
/systemd/src/resolve/
H A Dresolved-dns-scope.c822 random_bytes(&DNS_PACKET_HEADER(p)->id, sizeof(uint16_t));
901 random_bytes(&jitter, sizeof(jitter));
H A Dresolved-dns-transaction.c149 random_bytes(&new_id, sizeof(new_id));
1454 random_bytes(&jitter, sizeof(jitter));
H A Dresolved-manager.c990 random_bytes(&a, sizeof(a));
/systemd/src/udev/net/
H A Dlink-config.c353 random_bytes(mac->ether_addr_octet, ETH_ALEN);

Completed in 95 milliseconds