Searched refs:seed (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lcl.h194 unsigned char *seed; /* optional seed for parameters (appears in ASN1) */ member in struct:ec_group_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A DMakefile.in280 seed.c \
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seed.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_ubsec.c1032 meth->seed(buf, num);
1048 meth->seed(buf, num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmk1mf.pl113 no-bf no-cast no-aes no-camellia no-seed
842 return("") if $no_seed && $dir =~ /\/seed/;
1179 "no-seed" => \$no_seed,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Ddir.c98 static u32 hash_32(const char *s, int len, u32 seed) argument
100 u32 hash = seed;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h257 int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);
390 int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_ubsec.c1014 meth->seed(buf, num);
1034 meth->seed(buf, num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_ubsec.c1032 meth->seed(buf, num);
1048 meth->seed(buf, num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmk1mf.pl113 no-bf no-cast no-aes no-camellia no-seed
842 return("") if $no_seed && $dir =~ /\/seed/;
1179 "no-seed" => \$no_seed,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/compat/
H A DMakefile140 GCRYPT_CIPHERS = arcfour.lo blowfish.lo cast5.lo des.lo rijndael.lo twofish.lo serpent.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo
156 LIBGCRYPT_CIPHERS = arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A DMakefile164 GCRYPT_CIPHERS = arcfour.lo blowfish.lo cast5.lo des.lo rijndael.lo twofish.lo serpent.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo
180 LIBGCRYPT_CIPHERS = arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A DMakefile134 GCRYPT_CIPHERS = arcfour.lo blowfish.lo cast5.lo des.lo rijndael.lo twofish.lo serpent.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo
150 LIBGCRYPT_CIPHERS = arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo.c965 emmh32_context seed; // Context - the seed member in struct:__anon13568
1319 /* Give key to mic seed */
1320 emmh32_setseed(&cur->seed, key, key_len, tfm);
1323 /* micinit - Initialize mic seed */
1418 emmh32_init(&context->seed); // Mic the packet
1419 emmh32_update(&context->seed,frame->da,ETH_ALEN * 2); // DA,SA
1420 emmh32_update(&context->seed,(u8*)&mic->typelen,10); // Type/Length and Snap
1421 emmh32_update(&context->seed,(u8*)&mic->seq,sizeof(mic->seq)); //SEQ
1422 emmh32_update(&context->seed,fram
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Draop.c411 /* b. Concatenate the hash of the seed z and c to the octet string T:
437 uint8_t *seed; local
510 * Generate a random octet string seed of length hLen
512 seed = gcry_random_bytes(hlen, GCRY_STRONG_RANDOM);
513 if (!seed)
515 DPRINTF(E_LOG, L_RAOP, "Could not allocate memory for OAEP seed\n");
522 * Let dbMask = MGF(seed, emLen-hLen).
524 ret = raop_crypt_mgf1(db_mask, emlen_max - hlen, seed, hlen, GCRY_MD_SHA1);
542 * Let maskedSeed = seed \xor seedMask.
545 seed[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c882 void sys_srandom(unsigned int seed) argument
885 srandom(seed);
887 srand(seed);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak29 fate-filter-lavd-life: CMD = framecrc -f lavfi -i life=s=40x40:r=5:seed=42:mold=64:ratio=0.1:death_color=red:life_color=green -t 2
373 fate-filter-metadata-silencedetect: SRC = $(TARGET_SAMPLES)/amrwb/seed-12k65.awb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-armv8.pl193 eor $t3,$B,$C // magic seed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgfpcrypt.h398 static bool CRYPTOPP_API GeneratePrimes(const byte *seed, unsigned int seedLength, int &counter,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl193 eor $t3,$B,$C // magic seed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lcl.h223 unsigned char *seed; /* optional seed for parameters (appears in member in struct:ec_group_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lcl.h223 unsigned char *seed; /* optional seed for parameters (appears in member in struct:ec_group_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dconfig906 for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha

Completed in 371 milliseconds

<<1112131415