/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | tests.rs | 308 serial.rand(128, MsbOption::MAYBE_ZERO, false).unwrap(); in x509_builder()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 382 /// big.rand(128, MsbOption::MAYBE_ZERO, true); 390 pub fn rand(&mut self, bits: i32, msb: MsbOption, odd: bool) -> Result<(), ErrorStack> { in rand() functions 402 /// The cryptographically weak counterpart to `rand`. Not suitable for key generation.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_sim_common.c | 542 attr->rand = apos; in eap_sim_parse_attr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_sim_common.c | 546 attr->rand = apos; in eap_sim_parse_attr()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 5669 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in hci_remote_oob_data_request_evt() 6725 if (ev->ediv || ev->rand) in hci_le_ltk_request_evt() 6729 if (ev->ediv != ltk->ediv || ev->rand != ltk->rand) in hci_le_ltk_request_evt()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 2621 u8 tk[16], u8 enc_size, __le16 ediv, __le64 rand) in hci_add_ltk() 2641 key->rand = rand; in hci_add_ltk() 2619 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
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 4769 base = READWRITE_BASE_NUM + rand(); in do_fill_buffer() 4771 base = READWRITE_BASE_NUM + (char)rand(); in do_fill_buffer() 4774 /* we rely on rand() giving full range of int */ in do_fill_buffer() 4775 buf[i] = rand(); in do_fill_buffer() 4779 ((char *)buf)[--rln] = rand(); in do_fill_buffer()
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 3096 EVP_RAND *rand; in test_rand_agglomeration() local 3106 || !TEST_ptr(rand = EVP_RAND_fetch(testctx, "TEST-RAND", testpropq))) in test_rand_agglomeration() 3108 ctx = EVP_RAND_CTX_new(rand, NULL); in test_rand_agglomeration() 3109 EVP_RAND_free(rand); in test_rand_agglomeration()
|
H A D | ssl_old_test.c | 48 #include <openssl/rand.h>
|
H A D | dhtest.c | 24 #include <openssl/rand.h>
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | performance_hdi_test.cpp | 253 int i = rand() % 9; in HWTEST_F()
|
/kernel/linux/linux-5.10/net/rose/ |
H A D | af_rose.c | 846 rose->rand = ((long)rose & 0xFFFF) + rose->lci; in rose_connect()
|
/kernel/linux/linux-6.6/net/rose/ |
H A D | af_rose.c | 850 rose->rand = ((long)rose & 0xFFFF) + rose->lci; in rose_connect()
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 744 cp->checkpoint_ver = cpu_to_le64(rand() | 0x1); in f2fs_write_check_point_pack()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnormtst.c | 679 data[size] = datachar[rand() % UPRV_LENGTHOF(datachar)]; in TestCheckFCD()
|
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 19 output[i] = rand(); in mbedtls_test_random()
|
/third_party/mbedtls/library/ |
H A D | rsa.c | 2900 output[i] = rand(); in myrand()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 1283 (long)tv1.tv_sec, (long)tv1.tv_usec, rand(), ind); in main() 1929 # rand io types doing a trunc every 5 iterations, with unlinks.\n\ in prt_examples() 1935 # random open flags, rand io types doing a trunc every 10 iterations.\n\ in prt_examples()
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 18 #include <openssl/rand.h>
|
H A D | crypto_context.cc | 16 #include <openssl/rand.h>
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | testidna.cpp | 1341 // Assume rand has at least 12 bits of precision in randul() 1344 ((char*)&l)[i] = (char)((rand() & 0x0FF0) >> 4); in randul()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_record.c | 12 #include <openssl/rand.h>
|
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 1409 return rand(); in get_random_number()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1767 pub fn rand() -> ::c_int; in rand() functions
|
/third_party/openssl/ssl/record/ |
H A D | ssl3_record.c | 12 #include <openssl/rand.h>
|