Home
last modified time | relevance | path

Searched defs:rand (Results 151 - 175 of 199) sorted by relevance

12345678

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_rand.c54 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_up_ref() local
64 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_free() local
80 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); evp_rand_new() local
92 EVP_RAND_enable_locking(EVP_RAND_CTX *rand) EVP_RAND_enable_locking() argument
101 evp_rand_lock(EVP_RAND_CTX *rand) evp_rand_lock() argument
109 evp_rand_unlock(EVP_RAND_CTX *rand) evp_rand_unlock() argument
120 EVP_RAND *rand = NULL; evp_rand_from_algorithm() local
281 EVP_RAND_up_ref(EVP_RAND *rand) EVP_RAND_up_ref() argument
286 EVP_RAND_free(EVP_RAND *rand) EVP_RAND_free() argument
291 evp_rand_get_number(const EVP_RAND *rand) evp_rand_get_number() argument
296 EVP_RAND_get0_name(const EVP_RAND *rand) EVP_RAND_get0_name() argument
301 EVP_RAND_get0_description(const EVP_RAND *rand) EVP_RAND_get0_description() argument
306 EVP_RAND_is_a(const EVP_RAND *rand, const char *name) EVP_RAND_is_a() argument
311 EVP_RAND_get0_provider(const EVP_RAND *rand) EVP_RAND_get0_provider() argument
316 EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]) EVP_RAND_get_params() argument
330 EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) EVP_RAND_CTX_new() argument
434 EVP_RAND_gettable_params(const EVP_RAND *rand) EVP_RAND_gettable_params() argument
441 EVP_RAND_gettable_ctx_params(const EVP_RAND *rand) EVP_RAND_gettable_ctx_params() argument
451 EVP_RAND_settable_ctx_params(const EVP_RAND *rand) EVP_RAND_settable_ctx_params() argument
481 EVP_RAND_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_RAND *rand, void *arg), void *arg) EVP_RAND_do_all_provided() argument
491 EVP_RAND_names_do_all(const EVP_RAND *rand, void (*fn)(const char *name, void *data), void *data) EVP_RAND_names_do_all() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_rand.c54 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_up_ref() local
64 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_free() local
80 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); evp_rand_new() local
92 EVP_RAND_enable_locking(EVP_RAND_CTX *rand) EVP_RAND_enable_locking() argument
101 evp_rand_lock(EVP_RAND_CTX *rand) evp_rand_lock() argument
109 evp_rand_unlock(EVP_RAND_CTX *rand) evp_rand_unlock() argument
120 EVP_RAND *rand = NULL; evp_rand_from_algorithm() local
281 EVP_RAND_up_ref(EVP_RAND *rand) EVP_RAND_up_ref() argument
286 EVP_RAND_free(EVP_RAND *rand) EVP_RAND_free() argument
291 evp_rand_get_number(const EVP_RAND *rand) evp_rand_get_number() argument
296 EVP_RAND_get0_name(const EVP_RAND *rand) EVP_RAND_get0_name() argument
301 EVP_RAND_get0_description(const EVP_RAND *rand) EVP_RAND_get0_description() argument
306 EVP_RAND_is_a(const EVP_RAND *rand, const char *name) EVP_RAND_is_a() argument
311 EVP_RAND_get0_provider(const EVP_RAND *rand) EVP_RAND_get0_provider() argument
316 EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]) EVP_RAND_get_params() argument
330 EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) EVP_RAND_CTX_new() argument
434 EVP_RAND_gettable_params(const EVP_RAND *rand) EVP_RAND_gettable_params() argument
441 EVP_RAND_gettable_ctx_params(const EVP_RAND *rand) EVP_RAND_gettable_ctx_params() argument
451 EVP_RAND_settable_ctx_params(const EVP_RAND *rand) EVP_RAND_settable_ctx_params() argument
481 EVP_RAND_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_RAND *rand, void *arg), void *arg) EVP_RAND_do_all_provided() argument
491 EVP_RAND_names_do_all(const EVP_RAND *rand, void (*fn)(const char *name, void *data), void *data) EVP_RAND_names_do_all() argument
[all...]
/third_party/skia/samplecode/
H A DSamplePathText.cpp124 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init() argument
130 void PathText::Glyph::reset(SkRandom& rand, int w, int h) { in reset() argument
360 reset(SkRandom& rand, int w, int h) reset() argument
[all...]
H A DSamplePatch.cpp351 SkRandom rand; in make_verts() local
H A DSampleClip.cpp22 SkRandom rand; in show_text() local
35 SkRandom rand; in show_fill() local
54 randRange(SkRandom& rand, SkScalar min, SkScalar max) randRange() argument
60 SkRandom rand; show_stroke() local
280 SkRandom rand; make_path() local
[all...]
/third_party/skia/tests/
H A DGeometryTest.cpp63 SkRandom rand; in testChopCubic() local
130 SkRandom rand; in test_evalquadat() local
169 SkRandom rand; test_conic() local
[all...]
H A DPictureTest.cpp73 static void rand_op(SkCanvas* canvas, SkRandom& rand) { in rand_op() argument
319 SkRandom rand; in test_peephole() local
H A DMathTest.cpp30 SkRandom rand; in test_clz() local
49 SkRandom rand; in test_ctz() local
387 SkRandom rand; in test_copysign() local
420 SkRandom rand; in DEF_TEST() local
582 SkRandom rand; test_divmod() local
767 SkRandom rand; DEF_TEST() local
[all...]
H A DMatrixTest.cpp259 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...]
/third_party/openssl/test/
H A Ddrbgtest.c791 EVP_RAND *rand = NULL; in new_drbg() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_sim.c34 u8 rand[3][GSM_RAND_LEN]; member
[all...]
H A Deap_aka.c32 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 Deap_server_aka.c28 u8 rand[EAP_AKA_RAND_LEN]; member
H A Deap_sim_db.c46 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_peer/
H A Deap_sim.c34 u8 rand[3][GSM_RAND_LEN]; member
[all...]
H A Deap_aka.c32 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 Deap_server_aka.c28 u8 rand[EAP_AKA_RAND_LEN]; member
/third_party/curl/lib/
H A Dws.c679 unsigned char rand[16]; in Curl_ws_request() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_bbr2.c893 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 Dngtcp2_pkt.c2225 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 DFeatureTag.java107 rand("Randomize"), enum constant
/third_party/skia/bench/
H A DPathBench.cpp289 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 Dbn.rs390 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 Deap_sim_common.h184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.h188 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member

Completed in 32 milliseconds

12345678