/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtsock.c | 1683 unsigned short rand; in xs_get_random_port() local 1688 rand = get_random_u32_below(range); in xs_get_random_port() 1689 return rand + min; in xs_get_random_port()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 2401 unsigned int objfreelist = 0, i, rand, count = cachep->num; in shuffle_freelist() local 2431 rand = get_random_u32_below(i + 1); in shuffle_freelist() 2432 swap_free_obj(slab, i, rand); in shuffle_freelist()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 1352 u8 tk[16], u8 enc_size, __le16 ediv, __le64 rand) in hci_add_ltk() 1372 key->rand = rand; in hci_add_ltk() 1350 hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, u8 type, u8 authenticated, u8 tk[16], u8 enc_size, __le16 ediv, __le64 rand) hci_add_ltk() argument
|
H A D | hci_debugfs.c | 841 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 127 *p++ = rand(); in randomize_buffer() 130 int tmp = rand(); in randomize_buffer()
|
H A D | tls.c | 103 *dword++ = rand(); in memrnd() 106 *byte++ = rand(); in memrnd()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 1698 Random rand = createRandom(); // use test framework's random in TestCheckFCD() 1710 data[size] = datachar[rand.nextInt(RAND_MAX)*50/RAND_MAX]; in TestCheckFCD()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 1695 Random rand = createRandom(); // use test framework's random in TestCheckFCD() 1707 data[size] = datachar[rand.nextInt(RAND_MAX)*50/RAND_MAX]; in TestCheckFCD()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 198 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() function 595 rand, in init()
|
H A D | shrpx_worker.cc | 35 #include <openssl/rand.h>
|
H A D | shrpx_http_downstream_connection.cc | 27 #include <openssl/rand.h>
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 971 elsif (/^--with-rand-seed=(.*)$/) 975 die "Unknown --with-rand-seed choice $x\n" 1230 You have selected the --with-rand-seed=none option, which effectively
|
/third_party/openssl/ |
H A D | Configure | 973 elsif (/^--with-rand-seed=(.*)$/) 977 die "Unknown --with-rand-seed choice $x\n" 1232 You have selected the --with-rand-seed=none option, which effectively
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | protection_keys.c | 576 random_index = rand() % nr_alloced; in alloc_random_pkey()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_debugfs.c | 797 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 568 random_index = rand() % nr_alloced; in alloc_random_pkey()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restsnew.cpp | 192 // Assume rand has at least 12 bits of precision in randul() 195 ((char*)&l)[i] = (char)((rand() & 0x0FF0) >> 4); in randul()
|
/third_party/lame/misc/ |
H A D | abx.c | 327 val = t.tv_sec ^ t.tv_usec ^ rand(); in random_number()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 31 # include <openssl/rand.h>
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 18 #include <openssl/rand.h>
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 16 #include <openssl/rand.h>
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_sess.c | 16 #include <openssl/rand.h>
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 24 #include <openssl/rand.h>
|
H A D | evp_enc.c | 18 #include <openssl/rand.h>
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 11 #include <openssl/rand.h>
|