Home
last modified time | relevance | path

Searched refs:rand (Results 901 - 925 of 1029) sorted by relevance

1...<<31323334353637383940>>...42

/kernel/linux/linux-6.6/net/sunrpc/
H A Dxprtsock.c1683 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 Dslab.c2401 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 Dhci_core.c1352 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 Dhci_debugfs.c841 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dipsec.c127 *p++ = rand(); in randomize_buffer()
130 int tmp = rand(); in randomize_buffer()
H A Dtls.c103 *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 DBasicTest.java1698 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 DBasicTest.java1695 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 Dshrpx_http3_upstream.cc198 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() function
595 rand, in init()
H A Dshrpx_worker.cc35 #include <openssl/rand.h>
H A Dshrpx_http_downstream_connection.cc27 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/
H A DConfigure971 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 DConfigure973 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 Dprotection_keys.c576 random_index = rand() % nr_alloced; in alloc_random_pkey()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_debugfs.c797 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dprotection_keys.c568 random_index = rand() % nr_alloced; in alloc_random_pkey()
/third_party/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp192 // 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 Dabx.c327 val = t.tv_sec ^ t.tv_usec ^ rand(); in random_number()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c31 # include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c18 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c16 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_sess.c16 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c24 #include <openssl/rand.h>
H A Devp_enc.c18 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c11 #include <openssl/rand.h>

Completed in 71 milliseconds

1...<<31323334353637383940>>...42