Searched refs:rand (Results 351 - 375 of 429) sorted by relevance

<<1112131415161718

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dmaketests.com174 $ T_D_RANDTEST := [-.crypto.rand]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dretcode.c116 r = rand() % (-s);
118 r = ((double)(-s))*rand()/(RAND_MAX + 1.0);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dpic.y1611 { $$ = 1.0 + floor(((rand()&0x7fff)/double(0x7fff))*$3); }
1616 $$ = (rand() & 0x7fff) / double(0x8000);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/engine/
H A DMakefile205 eng_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
236 eng_openssl.o: ../../include/openssl/rand.h ../../include/openssl/rc4.h
263 eng_rdrand.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_ntoskrnl.c191 static int rand(void);
2149 rand(void) function
2744 IMPORT_FUNC(rand),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A DMakefile.org148 buffer bio stack lhash rand err \
H A DMakefile150 buffer bio stack lhash rand err \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dmisc.c78 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dts.c66 #include <openssl/rand.h>
198 else if (strcmp(*argv, "-rand") == 0)
306 "data, consider using the -rand option\n");
369 "ts -query [-rand file%cfile%c...] [-config configfile] "
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn_mime.c58 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A DMakefile123 bf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c65 #include <openssl/rand.h>
H A Dpvkfmt.c64 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_doit.c61 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_eay.c116 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/threads/
H A Dmttest.c93 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c100 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_chil.c67 #include <openssl/rand.h>
H A De_cswift.c74 #include <openssl/rand.h>
H A De_padlock.c77 #include <openssl/rand.h>
1231 padlock_rand_status, /* rand status */
H A De_sureware.c59 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds2_clnt.c115 #include <openssl/rand.h>
H A Ds2_srvr.c116 #include <openssl/rand.h>
H A Ds3_pkt.c119 #include <openssl/rand.h>
H A Dssl_sess.c140 #include <openssl/rand.h>

Completed in 267 milliseconds

<<1112131415161718