Home
last modified time | relevance | path

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

/linux/include/linux/
H A Donce.h80 #define get_random_once(buf, nbytes) \ macro
/linux/Documentation/security/
H A Dsiphash.rst22 random numbers, either using get_random_bytes or get_random_once::
145 random numbers, either using get_random_bytes or get_random_once::
/linux/net/netfilter/
H A Dnf_conntrack_expect.c93 get_random_once(&nf_ct_expect_hashrnd, sizeof(nf_ct_expect_hashrnd)); in nf_ct_expect_dst_hash()
H A Dnf_nat_core.c168 get_random_once(&nf_nat_hash_rnd, sizeof(nf_nat_hash_rnd)); in hash_by_src()
H A Dnf_conntrack_core.c216 get_random_once(&nf_conntrack_hash_rnd, sizeof(nf_conntrack_hash_rnd)); in hash_conntrack_raw()