Home
last modified time | relevance | path

Searched refs:rand (Results 976 - 1000 of 1062) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs308 serial.rand(128, MsbOption::MAYBE_ZERO, false).unwrap(); in x509_builder()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs382 /// 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 Deap_sim_common.c542 attr->rand = apos; in eap_sim_parse_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.c546 attr->rand = apos; in eap_sim_parse_attr()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c5669 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 Dhci_core.c2621 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 Dscsimain.c4769 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 Devp_extra_test.c3096 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 Dssl_old_test.c48 #include <openssl/rand.h>
H A Ddhtest.c24 #include <openssl/rand.h>
/drivers/peripheral/camera/test/mpi/src/
H A Dperformance_hdi_test.cpp253 int i = rand() % 9; in HWTEST_F()
/kernel/linux/linux-5.10/net/rose/
H A Daf_rose.c846 rose->rand = ((long)rose & 0xFFFF) + rose->lci; in rose_connect()
/kernel/linux/linux-6.6/net/rose/
H A Daf_rose.c850 rose->rand = ((long)rose & 0xFFFF) + rose->lci; in rose_connect()
/third_party/f2fs-tools/mkfs/
H A Df2fs_format.c744 cp->checkpoint_ver = cpu_to_le64(rand() | 0x1); in f2fs_write_check_point_pack()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c679 data[size] = datachar[rand() % UPRV_LENGTHOF(datachar)]; in TestCheckFCD()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c19 output[i] = rand(); in mbedtls_test_random()
/third_party/mbedtls/library/
H A Drsa.c2900 output[i] = rand(); in myrand()
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c1283 (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 Dcrypto_common.cc18 #include <openssl/rand.h>
H A Dcrypto_context.cc16 #include <openssl/rand.h>
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1341 // 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 Dssl3_record.c12 #include <openssl/rand.h>
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1409 return rand(); in get_random_number()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1767 pub fn rand() -> ::c_int; in rand() functions
/third_party/openssl/ssl/record/
H A Dssl3_record.c12 #include <openssl/rand.h>

Completed in 74 milliseconds

1...<<31323334353637383940>>...43