Searched refs:rand (Results 251 - 275 of 429) sorted by relevance

<<1112131415161718

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_vmem.c1774 int t = rand() % 100;
1778 vmem_size_t sz = rand() % 500 + 1;
1786 align = 1 << (rand() % 15);
1787 phase = rand() % 65536;
1788 nocross = 1 << (rand() % 15);
1797 minaddr = rand() % 50000;
1798 maxaddr = rand() % 70000;
1835 r = &reg[rand() % nreg];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68hc11.c672 sprintf (p, "#%d", rand () & 0x0FF);
681 sprintf (p, "#%d", rand () & 0x0FFFF);
690 sprintf (p, "%d,X", rand () & 0x0FF);
699 sprintf (p, "%d,X", rand () & 0x0FF);
708 sprintf (p, "%d,X", rand () & 0x0FF);
717 sprintf (p, ", %d", rand () & 0x0FF);
726 sprintf (p, "*Z%d", rand () & 0x0FF);
738 sprintf (p, "#$%02x", rand () & 0x0FF);
750 sprintf (p, _("symbol%d"), rand () & 0x0FF);
763 sprintf (p, ".+%d", rand ()
[all...]
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dcbc.c91 * Define a divisor for rand() that yields a uniform distribution in the
169 CHAR(pvec, i) = (char) (rand()/RAND_DIV);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_bn.c45 #include <rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-keysign.c32 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dgenrsa.c79 #include <openssl/rand.h>
148 else if (strcmp(*argv,"-rand") == 0)
221 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
260 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dexpspeed.c98 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_enc.c60 #include <openssl/rand.h>
H A Dcms_ess.c57 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A DMakefile149 des_old.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
155 des_old2.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
195 enc_writ.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
243 rand_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
H A Ddes_old.c77 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_key.c62 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_gen.c80 #include <openssl/rand.h>
H A Ddsatest.c74 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_lib.c60 #include <openssl/rand.h>
H A Deng_openssl.c72 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/err/
H A DMakefile98 err_all.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A DMakefile105 ocsp_cl.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
134 ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
164 ocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
195 ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
H A Docsp_cl.c68 #include <openssl/rand.h>
H A Docsp_srv.c62 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_pk8.c64 #include <openssl/rand.h>
H A Dpem_pkey.c64 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rand/
H A Dmd_rand.c1 /* crypto/rand/md_rand.c */
127 #include <openssl/rand.h>
202 * (Based on the rand(3) manpage)
367 * (Based on the rand(3) manpage:)
H A Drand_unix.c1 /* crypto/rand/rand_unix.c */
116 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_crpt.c65 #include <openssl/rand.h>

Completed in 168 milliseconds

<<1112131415161718