Home
last modified time | relevance | path

Searched defs:rnd (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/lib/libcrypto/bn/
H A Dbn_rand.c123 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 Dbn_prime.c275 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-src/sys/dev/pci/drm/i915/selftests/
H A Dscatterlist.c43 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 Di915_random.c34 u64 i915_prandom_u64_state(struct rnd_state *rnd) in i915_prandom_u64_state()
/openbsd-src/games/robots/
H A Drnd_pos.c56 rnd(int range) in rnd() function
/openbsd-src/lib/librthread/
H A Drthread_stack.c27 u_int32_t rnd; in _rthread_alloc_stack() local
/openbsd-src/games/hack/
H A Drnd.c81 rnd(int x) in rnd() function
/openbsd-src/libexec/ld.so/
H A Dutil.c111 u_int32_t rnd; in _dl_arc4random() local
H A Dloader.c392 unsigned int rnd; in _dl_load_dep_libs() local
/openbsd-src/sbin/unwind/libunbound/util/
H A Dnet_help.h97 #define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff) argument
H A Dmodule.h494 struct ub_randstate* rnd; member
/openbsd-src/usr.sbin/unbound/util/
H A Dnet_help.h97 #define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff) argument
H A Dmodule.h494 struct ub_randstate* rnd; member
/openbsd-src/libexec/login_yubikey/
H A Dyubikey.h58 uint16_t rnd; member
/openbsd-src/sys/kern/
H A Dkern_acct.c267 int exp, rnd; in encode_comp_t() local
/openbsd-src/sys/arch/sparc64/dev/
H A Dvrng.c138 uint64_t rnd; in vrng_rnd() local
/openbsd-src/games/atc/
H A Dupdate.c318 int i, num_starts, close, rnd, rnd2, pnum; in addplane() local
/openbsd-src/lib/libc/crypt/
H A Darc4random.c90 u_char rnd[KEYSZ + IVSZ]; in _rs_stir() local
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S376 #define rnd R5 macro
387 rnd = #0x40 define
/openbsd-src/games/worm/
H A Dworm.c234 rnd(int range) in rnd() function
/openbsd-src/usr.sbin/smtpd/
H A Dqueue_backend.c689 uint32_t rnd; in queue_generate_evpid() local
/openbsd-src/usr.sbin/unbound/dnscrypt/
H A Ddnscrypt.c397 uint32_t rnd; in dnscrypt_pad() local
/openbsd-src/games/battlestar/
H A Dextern.h40 #define rnd(x) arc4random_uniform(x) macro
/openbsd-src/games/bs/
H A Dbs.c360 rnd(int n) in rnd() function
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dselftest_timeline.c282 static unsigned int random_engine(struct rnd_state *rnd) in random_engine()

12