Home
last modified time | relevance | path

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

12

/netbsd/crypto/external/bsd/openssl/dist/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 …]
/netbsd/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfp_test.h237 static inline uint16_t makeNaN16(uint16_t rand) in makeNaN16()
242 static inline float makeNaN32(uint32_t rand) in makeNaN32()
247 static inline double makeNaN64(uint64_t rand) in makeNaN64()
253 static inline long double makeNaN128(uint64_t rand) in makeNaN128()
/netbsd/crypto/external/bsd/openssl/dist/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
/netbsd/lib/libc/stdlib/
H A Drand.c47 rand(void) in rand() function
/netbsd/sys/kern/
H A Dkern_pax.c524 uint32_t rand = cprng_fast32(); in pax_aslr_init_vm() local
571 uint32_t rand; in pax_aslr_offset() local
641 uint32_t rand = cprng_fast32(); in pax_aslr_stack() local
666 uint32_t rand = cprng_fast32(); in pax_aslr_stack_gap() local
/netbsd/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dcryptlib.h17 int rand; member
/netbsd/games/warp/
H A Dconfig.h.SH208 * This symbol contains the number of bits of random number the rand() function
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Drand.c117 PREFIX(rand) (GFC_INTEGER_4 *i) in PREFIX() argument
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Drand.c117 PREFIX(rand) (GFC_INTEGER_4 *i) in PREFIX() argument
/netbsd/external/lgpl3/gmp/dist/tests/
H A DMakefile.am21 SUBDIRS = . devel mpn mpz mpq mpf rand misc cxx subdir
/netbsd/sys/external/isc/libsodium/dist/test/default/
H A Dcmptest.h32 # define rand(X) arc4random(X) macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp53 int rand() { in rand() function
/netbsd/external/bsd/unbound/dist/daemon/
H A Ddaemon.h107 struct ub_randstate* rand; member
/netbsd/external/lgpl3/gmp/dist/
H A DMakefile.am115 SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc subdir
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dengine.c55 const RAND_METHOD *rand; member
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap_pax.c34 } rand; member
/netbsd/external/bsd/wpa/dist/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
/netbsd/crypto/external/bsd/openssl/dist/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
/netbsd/crypto/external/bsd/openssl/dist/providers/fips/
H A Dself_test_kats.c255 EVP_RAND *rand; in self_test_drbg() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dzip.d895 auto rand = Mt19937(15966); variable
/netbsd/external/bsd/wpa/dist/src/eap_common/
H A Deap_sim_common.h184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Ddrbgtest.c791 EVP_RAND *rand = NULL; in new_drbg() local
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dclient.c2248 int rand = isc_random_uniform(CLIENT_NMCTXS_PERCPU); in get_clientmctx() local
2264 int rand = isc_random_uniform(CLIENT_NTASKS_PERCPU); in get_clienttask() local

12