/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_rand.c | 55 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 D | rand_lib.c | 409 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 D | rand_uniform.c | 28 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 D | err.D_DECL_IDRED.redef2.d | 41 inline int rand = 7; variable
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.lib_table.lua | 48 function rand() function
|
/freebsd/lib/libc/stdlib/ |
H A D | rand.c | 76 rand(void) in rand() function
|
/freebsd/lib/libc/stdio/ |
H A D | mktemp.c | 118 uint32_t rand; in _gettemp() local
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | self_test_kats.c | 294 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 D | cmptest.h | 33 # define rand(X) arc4random(X) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 83 int rand() { in rand() function
|
/freebsd/sys/netinet/cc/ |
H A D | cc_chd.c | 164 uint32_t rand, p; in should_backoff() local
|
/freebsd/contrib/unbound/daemon/ |
H A D | daemon.h | 113 struct ub_randstate* rand; global() member
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_pax.c | 34 } rand; member
|
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs_internal.h | 158 ATTRIBUTE_WARN_UNUSED_RET int (*rand) (nn_t out, nn_src_t q); member
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | xattrtest.c | 419 int rand; in get_random_bytes() local
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_pax.c | 34 } rand; member
|
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
|
H A D | eap_server_sim.c | 30 u8 rand[EAP_SIM_MAX_CHAL][GSM_RAND_LEN]; member
|
/freebsd/contrib/bc/src/ |
H A D | rand.c | 520 BcRand rand; in bc_rand_bounded() local
|
/freebsd/crypto/openssl/crypto/ml_dsa/ |
H A D | ml_dsa_sign.c | 370 const uint8_t *rand, size_t rand_len, int encode, in ossl_ml_dsa_sign()
|
/freebsd/sys/geom/shsec/ |
H A D | g_shsec.c | 283 g_shsec_xor2(uint32_t *rand, uint32_t *dst, ssize_t len) in g_shsec_xor2()
|
/freebsd/sys/netgraph/ |
H A D | ng_pipe.c | 730 static uint64_t rand, oldrand; pipe_dequeue() local
|
/freebsd/crypto/openssl/apps/ |
H A D | list.c | 391 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 D | eap_sim_common.h | 184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
|
/freebsd/crypto/openssl/test/ |
H A D | drbgtest.c | 785 EVP_RAND *rand = NULL; in new_drbg() local
|