Home
last modified time | relevance | path

Searched refs:rand (Results 776 - 800 of 879) sorted by relevance

1...<<313233343536

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c21 #include <openssl/rand.h>
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c24 #include <openssl/rand.h>
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs619 link_name = "rand@FBSD_1.0"
621 pub fn rand() -> ::c_int; in rand() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs568 pub fn rand() -> c_int; in rand() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs462 pub fn rand() -> c_int; in rand() functions
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs970 pub fn rand() -> ::c_int; in rand() functions
/third_party/openssl/test/
H A Drsa_sp800_56b_test.c23 #include <openssl/rand.h>
H A Dffc_internal_test.c25 #include <openssl/rand.h>
/third_party/openssl/crypto/ec/
H A Decx_meth.c21 #include <openssl/rand.h>
/third_party/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c24 #include <openssl/rand.h>
H A De_aes_cbc_hmac_sha1.c24 #include <openssl/rand.h>
H A Devp_enc.c18 #include <openssl/rand.h>
/third_party/openssl/apps/lib/
H A Ds_cb.c18 #include <openssl/rand.h>
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c11 #include <openssl/rand.h>
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c18 #include <openssl/rand.h>
/third_party/openssl/ssl/
H A Dssl_sess.c16 #include <openssl/rand.h>
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c31 # include <openssl/rand.h>
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c16 #include <openssl/rand.h>
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjunittest.c43 #define random() rand()
/third_party/protobuf/php/tests/
H A DEncodeDecodeTest.php215 $randomString[$i] = rand(0, 255);
/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()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp1002 WIFI_LOGI("rand mac selfcure complete, check if network is enable."); in HandleRandMacSelfCureComplete()
1781 WIFI_LOGI("HTTP unreachable, factory mac failed and use rand mac instead of"); in HandleSelfCureFailedForRandMacReassoc()
1800 WIFI_LOGI("HTTP unreachable, self cure failed for rand mac reassoc"); in HandleSelfCureFailedForRandMacReassoc()
2446 uint32_t rand = (randomNum > 0 ? randomNum : -randomNum) % 100; in GetNextIpAddr() local
2447 newIp = rand + iMIN; in GetNextIpAddr()

Completed in 45 milliseconds

1...<<313233343536