Home
last modified time | relevance | path

Searched defs:rand (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c55 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_up_ref() local
65 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_free() local
81 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); in evp_rand_new() local
94 int EVP_RAND_enable_locking(EVP_RAND_CTX *rand) in EVP_RAND_enable_locking()
103 static int evp_rand_lock(EVP_RAND_CTX *rand) in evp_rand_lock()
111 static void evp_rand_unlock(EVP_RAND_CTX *rand) in evp_rand_unlock()
122 EVP_RAND *rand = NULL; in evp_rand_from_algorithm() local
293 int EVP_RAND_up_ref(EVP_RAND *rand) in EVP_RAND_up_ref()
298 void EVP_RAND_free(EVP_RAND *rand) in EVP_RAND_free()
303 int evp_rand_get_number(const EVP_RAND *rand) in evp_rand_get_number()
[all …]
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c409 EVP_RAND_CTX *rand; in RAND_status() local
440 EVP_RAND_CTX *rand; in RAND_priv_bytes_ex() local
479 EVP_RAND_CTX *rand; in RAND_bytes_ex() local
592 EVP_RAND_CTX *rand; in rand_delete_thread_state() local
609 EVP_RAND *rand; in rand_new_seed() local
669 EVP_RAND *rand; in rand_new_drbg() local
730 EVP_RAND *rand; in rand_new_crngt() local
840 EVP_RAND_CTX *rand, *primary; in rand_get0_public() local
882 EVP_RAND_CTX *rand, *primary; in rand_get0_private() local
931 int RAND_set0_public(OSSL_LIB_CTX *ctx, EVP_RAND_CTX *rand) in RAND_set0_public()
[all …]
H A Drand_uniform.c28 uint32_t f2, rand; /* extra fractional part and random material */ in ossl_rand_uniform_uint32() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_DECL_IDRED.redef2.d41 inline int rand = 7; variable
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua48 function rand() function
/freebsd/lib/libc/stdlib/
H A Drand.c76 rand(void) in rand() function
/freebsd/lib/libc/stdio/
H A Dmktemp.c118 uint32_t rand; in _gettemp() local
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c294 EVP_RAND *rand; in self_test_drbg() local
926 EVP_RAND *rand; in set_kat_drbg() local
1020 EVP_RAND *rand; in setup_main_random() local
/freebsd/sys/contrib/libsodium/test/default/
H A Dcmptest.h33 # define rand(X) arc4random(X) macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp83 int rand() { in rand() function
/freebsd/sys/netinet/cc/
H A Dcc_chd.c164 uint32_t rand, p; in should_backoff() local
/freebsd/contrib/unbound/daemon/
H A Ddaemon.h113 struct ub_randstate* rand; global() member
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pax.c34 } rand; member
/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs_internal.h158 ATTRIBUTE_WARN_UNUSED_RET int (*rand) (nn_t out, nn_src_t q); member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dxattrtest.c419 int rand; in get_random_bytes() local
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_pax.c34 } rand; 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
H A Deap_server_sim.c30 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN]; member
/freebsd/contrib/bc/src/
H A Drand.c520 BcRand rand; in bc_rand_bounded() local
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_sign.c370 const uint8_t *rand, size_t rand_len, int encode, in ossl_ml_dsa_sign()
/freebsd/sys/geom/shsec/
H A Dg_shsec.c283 g_shsec_xor2(uint32_t *rand, uint32_t *dst, ssize_t len) in g_shsec_xor2()
/freebsd/sys/netgraph/
H A Dng_pipe.c730 static uint64_t rand, oldrand; pipe_dequeue() local
/freebsd/crypto/openssl/apps/
H A Dlist.c391 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands()
441 EVP_RAND *rand; in display_random() local
/freebsd/contrib/wpa/src/eap_common/
H A Deap_sim_common.h184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c785 EVP_RAND *rand = NULL; in new_drbg() local

12