/openbsd/lib/libcrypto/bn/ |
H A D | bn_rand.c | 123 bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() 202 BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 209 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() 217 BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 292 bn_rand_in_range(BIGNUM *rnd, const BIGNUM *lower_inc, const BIGNUM *upper_exc) in bn_rand_in_range() 315 bn_rand_interval(BIGNUM *rnd, BN_ULONG lower_word, const BIGNUM *upper_exc) in bn_rand_interval()
|
H A D | bn_prime.c | 275 probable_prime(BIGNUM *rnd, int bits) in probable_prime() 310 probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, const BIGNUM *rem, in probable_prime_dh()
|
/openbsd/sys/dev/pci/drm/i915/selftests/ |
H A D | scatterlist.c | 43 struct rnd_state *rnd, in expect_pfn_sg() 144 struct rnd_state *rnd, in expect_pfn_sgtable() 167 struct rnd_state *rnd) in one() 174 struct rnd_state *rnd) in grow() 181 struct rnd_state *rnd) in shrink() 188 struct rnd_state *rnd) in random() 195 struct rnd_state *rnd) in random_page_size_pages() 217 struct rnd_state *rnd, in alloc_table()
|
H A D | i915_random.c | 34 u64 i915_prandom_u64_state(struct rnd_state *rnd) in i915_prandom_u64_state()
|
/openbsd/usr.bin/ssh/ |
H A D | kexmlkem768x25519.c | 48 u_char rnd[LIBCRUX_ML_KEM_KEY_PAIR_PRNG_LEN], *cp = NULL; in kex_kem_mlkem768x25519_keypair() local 91 u_char rnd[LIBCRUX_ML_KEM_ENC_PRNG_LEN]; in kex_kem_mlkem768x25519_enc() local
|
/openbsd/games/robots/ |
H A D | rnd_pos.c | 56 rnd(int range) in rnd() function
|
/openbsd/lib/librthread/ |
H A D | rthread_stack.c | 27 u_int32_t rnd; in _rthread_alloc_stack() local
|
/openbsd/games/hack/ |
H A D | rnd.c | 81 rnd(int x) in rnd() function
|
/openbsd/libexec/ld.so/ |
H A D | util.c | 111 u_int32_t rnd; in _dl_arc4random() local
|
H A D | loader.c | 392 unsigned int rnd; in _dl_load_dep_libs() local
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | net_help.h | 97 #define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff) argument
|
H A D | module.h | 494 struct ub_randstate* rnd; member
|
/openbsd/usr.sbin/unbound/util/ |
H A D | net_help.h | 97 #define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff) argument
|
H A D | module.h | 494 struct ub_randstate* rnd; member
|
/openbsd/libexec/login_yubikey/ |
H A D | yubikey.h | 58 uint16_t rnd; member
|
/openbsd/sys/kern/ |
H A D | kern_acct.c | 267 int exp, rnd; in encode_comp_t() local
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | vrng.c | 138 uint64_t rnd; in vrng_rnd() local
|
/openbsd/games/atc/ |
H A D | update.c | 318 int i, num_starts, close, rnd, rnd2, pnum; in addplane() local
|
/openbsd/lib/libc/crypt/ |
H A D | arc4random.c | 90 u_char rnd[KEYSZ + IVSZ]; in _rs_stir() local
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/ |
H A D | fastmath2_dlib_asm.S | 376 #define rnd R5 macro 387 rnd = #0x40 define
|
/openbsd/games/worm/ |
H A D | worm.c | 234 rnd(int range) in rnd() function
|
/openbsd/usr.sbin/smtpd/ |
H A D | queue_backend.c | 689 uint32_t rnd; in queue_generate_evpid() local
|
/openbsd/usr.sbin/unbound/dnscrypt/ |
H A D | dnscrypt.c | 397 uint32_t rnd; in dnscrypt_pad() local
|
/openbsd/games/battlestar/ |
H A D | extern.h | 40 #define rnd(x) arc4random_uniform(x) macro
|
/openbsd/games/bs/ |
H A D | bs.c | 360 rnd(int n) in rnd() function
|