/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 21 #include <openssl/rand.h>
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 24 #include <openssl/rand.h>
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 619 link_name = "rand@FBSD_1.0" 621 pub fn rand() -> ::c_int; in rand() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 568 pub fn rand() -> c_int; in rand() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 462 pub fn rand() -> c_int; in rand() functions
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 970 pub fn rand() -> ::c_int; in rand() functions
|
/third_party/openssl/test/ |
H A D | rsa_sp800_56b_test.c | 23 #include <openssl/rand.h>
|
H A D | ffc_internal_test.c | 25 #include <openssl/rand.h>
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 21 #include <openssl/rand.h>
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 24 #include <openssl/rand.h>
|
H A D | e_aes_cbc_hmac_sha1.c | 24 #include <openssl/rand.h>
|
H A D | evp_enc.c | 18 #include <openssl/rand.h>
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 18 #include <openssl/rand.h>
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 11 #include <openssl/rand.h>
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 18 #include <openssl/rand.h>
|
/third_party/openssl/ssl/ |
H A D | ssl_sess.c | 16 #include <openssl/rand.h>
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 31 # include <openssl/rand.h>
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 16 #include <openssl/rand.h>
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjunittest.c | 43 #define random() rand()
|
/third_party/protobuf/php/tests/ |
H A D | EncodeDecodeTest.php | 215 $randomString[$i] = rand(0, 255);
|
/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()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 1002 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()
|