Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Donce.h55 #define get_random_once(buf, nbytes) \ macro
Dnet.h287 get_random_once((buf), (nbytes))
/Linux-v5.4/Documentation/security/
Dsiphash.rst22 random numbers, either using get_random_bytes or get_random_once::
135 random numbers, either using get_random_bytes or get_random_once:
/Linux-v5.4/net/netfilter/
Dnf_conntrack_expect.c83 get_random_once(&nf_ct_expect_hashrnd, sizeof(nf_ct_expect_hashrnd)); in nf_ct_expect_dst_hash()
Dnf_nat_core.c194 get_random_once(&nf_nat_hash_rnd, sizeof(nf_nat_hash_rnd)); in hash_by_src()
Dnf_conntrack_core.c190 get_random_once(&nf_conntrack_hash_rnd, sizeof(nf_conntrack_hash_rnd)); in hash_conntrack_raw()