Searched refs:random_bytes (Results 1 - 10 of 10) sorted by relevance
| /systemd/src/basic/ |
| H A D | random-util.c | 118 void random_bytes(void *p, size_t n) { function
|
| H A D | random-util.h | 26 void random_bytes(void *p, size_t n); 31 random_bytes(&u, sizeof(u)); 37 random_bytes(&u, sizeof(u));
|
| H A D | hashmap.c | 341 random_bytes(current, sizeof(current)); 749 random_bytes(shared_hash_key, sizeof(shared_hash_key));
|
| /systemd/src/journal/ |
| H A D | journald-rate-limit.c | 90 random_bytes(r->hash_key, sizeof(r->hash_key));
|
| H A D | test-compress-benchmark.c | 71 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 D | test-compress.c | 259 random_bytes(data + 7, sizeof(data) - 7);
|
| /systemd/src/resolve/ |
| H A D | resolved-dns-scope.c | 822 random_bytes(&DNS_PACKET_HEADER(p)->id, sizeof(uint16_t)); 901 random_bytes(&jitter, sizeof(jitter));
|
| H A D | resolved-dns-transaction.c | 149 random_bytes(&new_id, sizeof(new_id)); 1454 random_bytes(&jitter, sizeof(jitter));
|
| H A D | resolved-manager.c | 990 random_bytes(&a, sizeof(a));
|
| /systemd/src/udev/net/ |
| H A D | link-config.c | 353 random_bytes(mac->ether_addr_octet, ETH_ALEN);
|
Completed in 71 milliseconds