Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Donce.h80 #define get_random_once(buf, nbytes) \ macro
H A Dnet.h294 get_random_once((buf), (nbytes))
/OK3568_Linux_fs/kernel/Documentation/security/
H A 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:
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_expect.c83 get_random_once(&nf_ct_expect_hashrnd, sizeof(nf_ct_expect_hashrnd)); in nf_ct_expect_dst_hash()
H A Dnf_nat_core.c194 get_random_once(&nf_nat_hash_rnd, sizeof(nf_nat_hash_rnd)); in hash_by_src()
H A Dnf_conntrack_core.c191 get_random_once(&nf_conntrack_hash_rnd, sizeof(nf_conntrack_hash_rnd)); in hash_conntrack_raw()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dkeyring.c788 get_random_once(test_key, FSCRYPT_MAX_KEY_SIZE); in fscrypt_add_test_dummy_key()