/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_bbr2.c | 893 uint8_t rand; in bbr_pick_probe_wait() local 1335 bbr2_cc_init(ngtcp2_bbr2_cc *bbr, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, ngtcp2_log *log) bbr2_cc_init() argument 1452 ngtcp2_cc_bbr2_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, const ngtcp2_mem *mem) ngtcp2_cc_bbr2_cc_init() argument [all...] |
H A D | ngtcp2_pkt.c | 2225 ngtcp2_pkt_write_stateless_reset(uint8_t *dest, size_t destlen, const uint8_t *stateless_reset_token, const uint8_t *rand, size_t randlen) ngtcp2_pkt_write_stateless_reset() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | FeatureTag.java | 107 rand("Randomize"), enum constant
|
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 259 SkRandom rand; in test_matrix_min_max_scale() local 573 SkRandom rand; in test_matrix_decomposition() local 665 SkRandom rand; in test_matrix_homogeneous() local 994 SkRandom rand; DEF_TEST() local [all...] |
H A D | CodecTest.cpp | 110 SkIRect generate_random_subset(SkRandom* rand, int w, int h) { in generate_random_subset() argument 388 SkRandom rand; in check_subset_decode() local
|
/third_party/skia/bench/ |
H A D | PathBench.cpp | 289 SkRandom rand; variable 677 SkRandom rand; global() variable 775 SkRandom rand; global() variable 858 SkRandom rand; global() variable 1008 rand_conic(SkConic* conic, SkRandom& rand) rand_conic() argument 1022 SkRandom rand; ConicBench() local 1118 SkRandom rand; TightBoundsBench() local [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 390 pub fn rand(&mut self, bits: i32, msb: MsbOption, odd: bool) -> Result<(), ErrorStack> { in rand() functions
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_sim_common.h | 184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_aka.c | 32 u8 rand[EAP_AKA_RAND_LEN], autn[EAP_AKA_AUTN_LEN]; member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_sim_db.c | 46 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN]; member 50 u8 rand[EAP_AKA_RAND_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_sim_common.h | 188 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_aka.c | 32 u8 rand[EAP_AKA_RAND_LEN], autn[EAP_AKA_AUTN_LEN]; member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_sim_db.c | 46 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN]; member 50 u8 rand[EAP_AKA_RAND_LEN]; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 300 uint64_t rand; /// Random Number member
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 198 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() function
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 382 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands() argument 431 EVP_RAND *rand; in display_random() local [all...] |
/third_party/openssl/test/ |
H A D | acvp_test.c | 1313 EVP_RAND *rand = NULL; in drbg_test() local
|
/third_party/openssl/apps/ |
H A D | list.c | 382 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands() argument 431 EVP_RAND *rand; in display_random() local [all...] |
/third_party/python/Python/ |
H A D | specialize.c | 221 unsigned char rand[20]; in _Py_PrintSpecializationStats() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_defs.h | 296 uint64_t rand; member
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 2446 uint32_t rand = (randomNum > 0 ? randomNum : -randomNum) % 100; in GetNextIpAddr() local
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 828 std::string rand; member
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 2469 char rand[MAX_RAND_STR_LEN + 1] = { 0 }; in FillUmtsAuthReq() local [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
H A D | ngtcp2.h | 1225 const uint8_t *rand; member 3437 ngtcp2_rand rand; member
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 625 pub fn rand() -> ::c_int; in rand() functions
|