Searched refs:rand (Results 326 - 350 of 429) sorted by relevance

<<1112131415161718

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_srvr.c115 #include <openssl/rand.h>
H A Ds23_clnt.c115 #include <openssl/rand.h>
H A Ds3_both.c122 #include <openssl/rand.h>
H A Dtls_srp.c62 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libzpool/
H A Dkernel.c248 split = (len > 0 ? rand() % len : 0);
/netbsd-6-1-5-RELEASE/games/atc/
H A Dupdate.c218 if ((rand() % sp->newplane_time) == 0)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-source.c184 return (rand() % (interval + 1));
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c189 #include <openssl/rand.h> /* For the PRNG */
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/
H A DMakefile123 mp_set_fns.c rand.c randclr.c randdef.c randiset.c randlc2s.c \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A DNTMakefile82 $(OBJ)\rand.obj \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A DMakefile221 bn_depr.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
320 bn_prime.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
335 bn_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A DMakefile.in104 mp_get_fns$U.lo mp_set_fns$U.lo rand$U.lo randclr$U.lo \
612 rand.c randclr.c randdef.c randiset.c randlc2s.c randlc2x.c randmt.c \
804 rand_.c: rand.c $(ANSI2KNR)
805 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rand.c; then echo $(srcdir)/rand.c; else echo rand.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsh.h35 extern int rand ARGS((void));
H A Dvar.c915 rand();
968 setint(vp, (long) (rand() & 0x7fff));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/lib/libkrb5/
H A DMakefile58 crypto-rand.c \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Denc.c68 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_env.c60 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes.c90 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dh/
H A DMakefile140 dh_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_enc.c63 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/srp/
H A Dsrp_vfy.c65 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_crypt.c11 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_4758cca.c63 #include <openssl/rand.h>
205 cca_get_random_bytes, /* pseudo rand */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/drivers/
H A Ddlz_postgres_driver.c298 unsigned int dlz_thread_num = 1+(int) (1000.0*rand()/(RAND_MAX+1.0));
/netbsd-6-1-5-RELEASE/games/hunt/hunt/
H A Dotto.c70 #define random rand

Completed in 243 milliseconds

<<1112131415161718