Searched refs:seed (Results 1 - 25 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Drand.c22 void srand(unsigned int seed) argument
24 DB_GLOBAL(rand_next) = seed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkcs1v2-oaep.h23 const char *seed; member in struct:__anon2625::__anon2626
H A Dpkcs1v2-v15c.h22 const char *seed; member in struct:__anon2629::__anon2630
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrc32c.h9 #define crc32c(seed, data, length) crc32c_le(seed, (unsigned char const *)data, length)
H A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dqud_cksm.c77 long length, int out_count, DES_cblock *seed)
96 z0=Q_B0((*seed)[0])|Q_B1((*seed)[1])|Q_B2((*seed)[2])|Q_B3((*seed)[3]);
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
76 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dqud_cksm.c77 long length, int out_count, DES_cblock *seed)
96 z0=Q_B0((*seed)[0])|Q_B1((*seed)[1])|Q_B2((*seed)[2])|Q_B3((*seed)[3]);
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
76 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dwep.js83 var seed = 0;
92 seed = pseed[0];
93 seed += pseed[1] << 8;
94 seed += pseed[2] << 16;
95 seed += pseed[3] << 24;
107 seed = (214013 * seed) & 0xffffffff;
108 if(seed & 0x80000000)
109 seed = (seed
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsec_ctx_torture.c29 int seed, level = 0, num_tests = 0; local
34 seed = time(NULL);
36 seed = atoi(argv[1]);
39 printf("seed = %d\n", seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_oaep.c32 const unsigned char *seed, long seedlen);
39 unsigned char *db, *seed; local
63 seed = to + 1;
71 if (RAND_bytes(seed, SHA_DIGEST_LENGTH) <= 0)
74 memcpy(seed,
79 MGF1(dbmask, emlen - SHA_DIGEST_LENGTH, seed, SHA_DIGEST_LENGTH);
85 seed[i] ^= seedmask[i];
98 unsigned char *db = NULL, seed[SHA_DIGEST_LENGTH], phash[SHA_DIGEST_LENGTH]; local
129 MGF1(seed, SHA_DIGEST_LENGTH, maskeddb, dblen);
131 seed[
173 MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmagic.c62 * Attempts to compute a random number seed which will not repeat.
69 long seed; local
73 seed = get_host_seed() ^ t.tv_sec ^ t.tv_usec ^ getpid();
74 srand48(seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drandom.h39 attribute_deprecated void av_init_random(unsigned int seed, AVRandomState *state);
41 void av_random_init(AVRandomState *state, unsigned int seed); ///< To be inlined, the struct must be visible. So it does not make sense to try and keep it opaque with malloc/free-like calls.
H A Dlfg.c27 void av_cold av_lfg_init(AVLFG *c, unsigned int seed){ argument
32 AV_WL32(tmp, seed); tmp[4]=i;
H A Drandom.c39 /** Initializes mt[AV_RANDOM_N] with a seed. */
40 void av_random_init(AVRandomState *state, unsigned int seed) argument
49 /* In the previous versions, MSBs of the seed affect */
51 state->mt[0] = seed & 0xffffffff;
60 void av_init_random(unsigned int seed, AVRandomState *state) argument
62 av_random_init(state, seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Drandom.h39 attribute_deprecated void av_init_random(unsigned int seed, AVRandomState *state);
41 void av_random_init(AVRandomState *state, unsigned int seed); ///< To be inlined, the struct must be visible. So it does not make sense to try and keep it opaque with malloc/free-like calls.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_utils.c86 /* These next functions implement a repeatable random function with a user-provided seed */
88 seedRandomByte(__u32 seed) { argument
97 memcpy(&k, &seed, 4);
121 seedRandomness(int N, void *pBuf, __u32 seed){ argument
125 *(zBuf++) = seedRandomByte(seed);
132 sqlite_int64 r, seed; local
135 seed = sqlite3_value_int64(argv[0]);
136 seedRandomness(sizeof(r), &r, seed); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_utils.c88 /* These next functions implement a repeatable random function with a user-provided seed */
90 seedRandomByte(uint32_t seed) argument
101 memcpy(&k, &seed, 4);
125 seedRandomness(int n, void *pbuf, uint32_t seed) argument
130 *(zbuf++) = seedRandomByte(seed);
136 sqlite_int64 r, seed; local
140 seed = sqlite3_value_int64(argv[0]);
141 seedRandomness(sizeof(r), &r, seed); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_utils.c86 /* These next functions implement a repeatable random function with a user-provided seed */
88 seedRandomByte(__u32 seed) { argument
97 memcpy(&k, &seed, 4);
121 seedRandomness(int N, void *pBuf, __u32 seed){ argument
125 *(zBuf++) = seedRandomByte(seed);
132 sqlite_int64 r, seed; local
135 seed = sqlite3_value_int64(argv[0]);
136 seedRandomness(sizeof(r), &r, seed); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_oaep.c32 const unsigned char *seed, long seedlen);
39 unsigned char *db, *seed; local
63 seed = to + 1;
71 if (RAND_bytes(seed, SHA_DIGEST_LENGTH) <= 0)
74 memcpy(seed,
79 MGF1(dbmask, emlen - SHA_DIGEST_LENGTH, seed, SHA_DIGEST_LENGTH);
85 seed[i] ^= seedmask[i];
98 unsigned char *db = NULL, seed[SHA_DIGEST_LENGTH], phash[SHA_DIGEST_LENGTH]; local
129 MGF1(seed, SHA_DIGEST_LENGTH, maskeddb, dblen);
131 seed[
173 PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen, const EVP_MD *dgst) argument
209 MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dvideogen.c153 unsigned int seed, val; local
155 seed = *seed_ptr;
156 seed = (seed * 314159) + 1;
158 val = seed >> 24;
160 val = seed % n;
162 *seed_ptr = seed;
199 unsigned int seed = 1; variable
208 objs[i].x = myrnd(&seed, w);
209 objs[i].y = myrnd(&seed,
[all...]
H A Daudiogen.c32 unsigned int seed, val; local
34 seed = *seed_ptr;
35 seed = (seed * 314159) + 1;
37 val = seed >> 24;
39 val = seed % n;
41 *seed_ptr = seed;
106 unsigned int seed = 1; local
143 v = myrnd(&seed, 20000) - 10000;
150 v = myrnd(&seed, 6553
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dutil.c48 unsigned int c = 0, seed = 0, badseed; local
49 char sbuf[sizeof(seed)];
53 /* get the bad seed as a backup */
60 seed = badseed;
63 s = (char *) &seed;
64 while ((c < sizeof(seed)) &&
65 ((n = read(fd, sbuf, sizeof(seed)) > 0)))
72 seed = badseed;
76 srand(seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drandom32.c62 s = 1; /* default seed is 1 */
97 * @seed: seed value
133 unsigned long seed; local
138 get_random_bytes(&seed, sizeof(seed));
139 __set_random32(state, seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rand/
H A Dfips_rand.c84 static unsigned char seed[SEED_SIZE]; variable
201 OPENSSL_cleanse(seed,sizeof seed);
211 /* If the key hasn't been set, we can't seed! */
224 * This algorithm only uses 64 bits of seed, so ensure that we use
231 if(o_seed+t > sizeof seed)
232 t=sizeof seed-o_seed;
233 memcpy(seed+o_seed,buf+n,t);
236 if(o_seed == sizeof seed)
238 if(n_seed < sizeof seed)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsagen.c72 unsigned char seed[20]={ variable
105 memcpy(seed_buf,seed,20);
106 dsa=DSA_generate_parameters(1024,seed,20,&counter,&h,cb,bio_err);

Completed in 229 milliseconds

1234567