Home
last modified time | relevance | path

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

12

/freebsd/crypto/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)); in evp_rand_new() local
92 int EVP_RAND_enable_locking(EVP_RAND_CTX *rand) in EVP_RAND_enable_locking()
101 static int evp_rand_lock(EVP_RAND_CTX *rand) in evp_rand_lock()
109 static void evp_rand_unlock(EVP_RAND_CTX *rand) in evp_rand_unlock()
120 EVP_RAND *rand = NULL; in evp_rand_from_algorithm() local
281 int EVP_RAND_up_ref(EVP_RAND *rand) in EVP_RAND_up_ref()
286 void EVP_RAND_free(EVP_RAND *rand) in EVP_RAND_free()
291 int evp_rand_get_number(const EVP_RAND *rand) in evp_rand_get_number()
[all …]
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c298 EVP_RAND_CTX *rand; in RAND_status() local
328 EVP_RAND_CTX *rand; in RAND_priv_bytes_ex() local
357 EVP_RAND_CTX *rand; in RAND_bytes_ex() local
517 EVP_RAND_CTX *rand; in rand_delete_thread_state() local
534 EVP_RAND *rand; in rand_new_seed() local
566 EVP_RAND *rand; in rand_new_drbg() local
677 EVP_RAND_CTX *rand, *primary; in RAND_get0_public() local
710 EVP_RAND_CTX *rand, *primary; in RAND_get0_private() 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.lua47 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/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/contrib/unbound/daemon/
H A Ddaemon.h111 struct ub_randstate* rand; member
/freebsd/sys/netinet/cc/
H A Dcc_chd.c162 unsigned long p, rand; in should_backoff() local
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pax.c34 } rand; member
H A Deap_sim.c34 u8 rand[3][GSM_RAND_LEN]; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dxattrtest.c418 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.c28 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN]; member
H A Deap_server_aka.c28 u8 rand[EAP_AKA_RAND_LEN]; member
/freebsd/contrib/bc/src/
H A Drand.c520 BcRand rand; in bc_rand_bounded() local
/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/crypto/openssl/apps/
H A Dlist.c382 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands()
431 EVP_RAND *rand; in display_random() local
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c255 EVP_RAND *rand; in self_test_drbg() local
/freebsd/sys/netgraph/
H A Dng_pipe.c737 static uint64_t rand, oldrand; in pipe_dequeue() 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.c791 EVP_RAND *rand = NULL; in new_drbg() local
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk2365 _qpivot = int(first + int((last-first+1) * rand())) function

12