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

/linux-master/include/linux/
H A Donce.h80 #define get_random_once(buf, nbytes) \ macro
H A Dnet.h306 get_random_once((buf), (nbytes))
/linux-master/fs/crypto/
H A Dkeyring.c774 get_random_once(test_key, FSCRYPT_MAX_KEY_SIZE);
/linux-master/net/netfilter/
H A Dnf_conntrack_expect.c93 get_random_once(&nf_ct_expect_hashrnd, sizeof(nf_ct_expect_hashrnd));
H A Dnf_nat_core.c168 get_random_once(&nf_nat_hash_rnd, sizeof(nf_nat_hash_rnd));
H A Dnf_conntrack_core.c216 get_random_once(&nf_conntrack_hash_rnd, sizeof(nf_conntrack_hash_rnd));

Completed in 169 milliseconds