Searched refs:rand (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes_old2.c77 #include <openssl/rand.h>
H A Drand_key.c57 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes_old2.c77 #include <openssl/rand.h>
H A Drand_key.c57 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Drand.c9 * rand, srand --
12 * PUBLIC: int rand __P((void));
16 int rand(void) /* RAND_MAX assumed to be 32767 */ function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/prime/
H A Dprime.c79 BIGNUM *rand; local
91 rand=BN_generate_prime(NULL,num,1,NULL,NULL,callback,NULL);
95 BN_print_fp(stdout,rand);
97 BN_free(rand);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/prime/
H A Dprime.c79 BIGNUM *rand; local
91 rand=BN_generate_prime(NULL,num,1,NULL,NULL,callback,NULL);
95 BN_print_fp(stdout,rand);
97 BN_free(rand);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_dgst.c62 #include <openssl/rand.h>
H A Dpk7_enc.c62 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_dgst.c62 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_clnt.c62 #include <openssl/rand.h>
H A Dt1_srvr.c62 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_err.c1 /* crypto/rand/rand_err.c */
63 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dosport.h32 # define random(X) ((int)rand(X))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_err.c1 /* crypto/rand/rand_err.c */
63 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlls.c122 var[1] = rand() / (double)RAND_MAX;
123 var[2] = rand() / (double)RAND_MAX;
124 var[3] = rand() / (double)RAND_MAX;
130 var[0] = (rand() / (double)RAND_MAX - 0.5)*2;
131 var[1] = var[0] + rand() / (double)RAND_MAX - 0.5;
132 var[2] = var[1] + rand() / (double)RAND_MAX - 0.5;
133 var[3] = var[2] + rand() / (double)RAND_MAX - 0.5;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/uniname/
H A Dtest-uninames.c202 do i1 = ((rand () % 0x11) << 16)
203 + ((rand () & 0xff) << 8)
204 + (rand () & 0xff);
207 do i2 = ((rand () % 0x11) << 16)
208 + ((rand () & 0xff) << 8)
209 + (rand () & 0xff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_uid.c45 * that's not all that easy to do. Seed and use srand()/rand(), if
52 id ^= (u_int)rand();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_none.c63 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dt1_clnt.c62 #include <openssl/rand.h>
H A Dt1_srvr.c62 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dp_dec.c61 #include <openssl/rand.h>
H A Dp_enc.c61 #include <openssl/rand.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_dec.c61 #include <openssl/rand.h>
H A Dp_enc.c61 #include <openssl/rand.h>

Completed in 112 milliseconds

1234567891011>>