Searched refs:seed (Results 126 - 150 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c188 unsigned seed = 0; local
190 /* Try to initialize seed from /dev/urandom, to make it a little
194 read(fd, &seed, sizeof(seed));
198 /* If the initialization failed by some reason, we add the time to the seed */
199 seed ^= (unsigned) time(NULL);
201 srand(seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dmain.c1330 unsigned seed = 0; local
1332 /* Try to initialize seed from /dev/urandom, to make it a little
1336 read(fd, &seed, sizeof(seed));
1340 /* If the initialization failed by some reason, we add the time to the seed*/
1341 seed ^= (unsigned) time(NULL);
1343 srand(seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c850 the seed instead of using a random string for it. This feature is
1128 mgf1 (unsigned char *output, size_t outlen, unsigned char *seed, size_t seedlen, argument
1161 gcry_md_write (hd, seed, seedlen);
1184 the seed instead of using a random string for it. This feature is
1194 | seed |--> MGF ---> xor
1259 /* Step 3d: Generate seed. We store it where the maskedSeed will go
1351 unsigned char *seed = NULL; /* Allocated space for the seed and DB. */ local
1384 following random octets (seed^mask) which may have leading zero
1408 seed
[all...]
H A DMakefile.in280 seed.c \
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seed.Plo@am__quote@
H A DMakefile280 seed.c \
369 include ./$(DEPDIR)/seed.Plo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dglobal.c551 const void *seed = va_arg (arg_ptr, const void *);
559 seed, seedlen, dt, dtlen);
547 const void *seed = va_arg (arg_ptr, const void *); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa.h313 const unsigned char *seed, long seedlen, const EVP_MD *dgst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drsa.h313 const unsigned char *seed, long seedlen, const EVP_MD *dgst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memcpy.S201 ldq_u $3, 0($17) # L : seed (rotating load) of 8 bytes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c760 void sys_srandom(unsigned int seed) argument
763 srandom(seed);
765 srand(seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dt1_enc.c121 int sec_len, unsigned char *seed, int seed_len,
139 HMAC_Update(&ctx,seed,seed_len);
149 HMAC_Update(&ctx,seed,seed_len);
120 tls1_P_hash(const EVP_MD *md, const unsigned char *sec, int sec_len, unsigned char *seed, int seed_len, unsigned char *out, int olen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_curve.c87 const unsigned char *seed;/* the seed (optional) */ member in struct:ec_curve_data_st
515 * the seed used here is slightly different than the
537 /* The seed here was used to created the curve parameters in normal
1194 if (data->seed)
1196 if (!EC_GROUP_set_seed(group, data->seed, data->seed_len))
H A Dec_lcl.h194 unsigned char *seed; /* optional seed for parameters (appears in ASN1) */ member in struct:ec_group_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c120 int sec_len, unsigned char *seed, int seed_len,
136 HMAC_Update(&ctx,seed,seed_len);
146 HMAC_Update(&ctx,seed,seed_len);
119 tls1_P_hash(const EVP_MD *md, const unsigned char *sec, int sec_len, unsigned char *seed, int seed_len, unsigned char *out, int olen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Ddhcp6s.c156 unsigned int seed = time(NULL) & getpid(); local
164 initstate(seed, rand_state, n);
168 srandom(seed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dsmt.c109 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed,
1528 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, argument
1537 *p++ = (u_char) seed ;
1538 seed += 13 ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dbitreader.c394 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed) argument
400 br->read_crc16 = (unsigned)seed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_ubsec.c1004 meth->seed(buf, num);
1024 meth->seed(buf, num);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_ubsec.c1014 meth->seed(buf, num);
1034 meth->seed(buf, num);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_fs.h488 __le32 s_hash_seed[4]; /* HTREE hash seed */
694 u32 *seed; member in struct:dx_hash_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c249 unsigned long seed; /* seed for random-number generator */ member in struct:__anon3531
2737 unsigned long new_seed, old_seed = reg->seed, mask = reg->mask;
2738 extern unsigned long carta_random32 (unsigned long seed);
2746 reg->seed = new_seed;
3179 ctx->ctx_pmds[cnum].seed = req->reg_random_seed;
3232 "long_reset=0x%lx notify=%c seed=0x%lx mask=0x%lx used_pmds=0x%lx reset_pmds=0x%lx reload_pmds=0x%lx all_pmds=0x%lx ovfl_regs=0x%lx\n",
3242 ctx->ctx_pmds[cnum].seed,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c949 emmh32_context seed; // Context - the seed member in struct:__anon6011
1282 /* micinit - Initialize mic seed */
1308 /* Give key to mic seed */
1309 emmh32_setseed(&ai->mod[0].mCtx.seed,mic_rid.multicast,sizeof(mic_rid.multicast), ai->tfm);
1326 //Give key to mic seed
1327 emmh32_setseed(&ai->mod[0].uCtx.seed, mic_rid.unicast, sizeof(mic_rid.unicast), ai->tfm);
1400 emmh32_init(&context->seed); // Mic the packet
1401 emmh32_update(&context->seed,frame->da,ETH_ALEN * 2); // DA,SA
1402 emmh32_update(&context->seed,(u
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c2161 /* seed is initialized to 1 */
2162 #define seed (G.evaluate__seed) macro
2476 R.d = (double)seed;
2477 seed = op1 ? (unsigned)L.d : (unsigned)time(NULL);
2478 srand(seed);
2663 #undef seed macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c357 hinfo->seed = EXT3_SB(dir->i_sb)->s_hash_seed;
607 hinfo.seed = EXT3_SB(dir->i_sb)->s_hash_seed;
1355 hinfo.seed = EXT3_SB(dir->i_sb)->s_hash_seed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c357 hinfo->seed = EXT4_SB(dir->i_sb)->s_hash_seed;
607 hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed;
1353 hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed;

Completed in 441 milliseconds

1234567