Searched refs:seed (Results 201 - 225 of 689) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/eap_common/
H A Deap_peap_common.c16 const char *label, const u8 *seed, size_t seed_len,
31 addr[2] = seed;
15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
32 os_memcpy(xkey, seed, seed_len);
H A Dfips_prf_openssl.c26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
41 os_memcpy(xkey, seed, seed_len);
H A Dsha1-tprf.c20 * @seed: Seed value to bind into the key
21 * @seed_len: Length of the seed
30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len)
44 addr[2] = seed;
29 sha1_t_prf(const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_peap_common.c16 const char *label, const u8 *seed, size_t seed_len,
31 addr[2] = seed;
15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp95 uint32_t seed, void * out )
100 uint32_t h1 = seed;
151 uint32_t seed, void * out )
156 uint32_t h1 = seed;
157 uint32_t h2 = seed;
158 uint32_t h3 = seed;
159 uint32_t h4 = seed;
256 const uint32_t seed, void * out )
261 uint64_t h1 = seed;
262 uint64_t h2 = seed;
94 MurmurHash3_x86_32( const void * key, int len, uint32_t seed, void * out ) argument
150 MurmurHash3_x86_128( const void * key, const int len, uint32_t seed, void * out ) argument
255 MurmurHash3_x64_128( const void * key, const int len, const uint32_t seed, void * out ) argument
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp95 uint32_t seed, void * out )
100 uint32_t h1 = seed;
151 uint32_t seed, void * out )
156 uint32_t h1 = seed;
157 uint32_t h2 = seed;
158 uint32_t h3 = seed;
159 uint32_t h4 = seed;
256 const uint32_t seed, void * out )
261 uint64_t h1 = seed;
262 uint64_t h2 = seed;
94 MurmurHash3_x86_32( const void * key, int len, uint32_t seed, void * out ) argument
150 MurmurHash3_x86_128( const void * key, const int len, uint32_t seed, void * out ) argument
255 MurmurHash3_x64_128( const void * key, const int len, const uint32_t seed, void * out ) argument
[all...]
H A DCity.cpp238 uint64 CityHash64WithSeed(const char *s, size_t len, uint64 seed) { argument
239 return CityHash64WithSeeds(s, len, k2, seed);
249 static uint128 CityMurmur(const char *s, size_t len, uint128 seed) { argument
250 uint64 a = Uint128Low64(seed);
251 uint64 b = Uint128High64(seed);
279 uint128 CityHash128WithSeed(const char *s, size_t len, uint128 seed) { argument
281 return CityMurmur(s, len, seed);
287 uint64 x = Uint128Low64(seed);
288 uint64 y = Uint128High64(seed);
359 uint32 seed, uint6
358 CityHashCrc256Long(const char *s, size_t len, uint32 seed, uint64 *result) argument
442 CityHashCrc128WithSeed(const char *s, size_t len, uint128 seed) argument
[all...]
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_seed_store.cc49 // The ECDSA public key of the variations server for verifying variations seed
122 bool VariationsSeedStore::LoadSeed(variations::VariationsSeed* seed) { argument
133 !seed->ParseFromString(seed_data)) {
134 VLOG(1) << "Variations seed data in local pref is corrupt, clearing the "
149 VLOG(1) << "Variations seed signature in local pref missing or invalid "
157 variations_serial_number_ = seed->serial_number();
168 VLOG(1) << "Variations seed data is empty, rejecting the seed.";
172 // Only store the seed data if it parses correctly.
173 variations::VariationsSeed seed; local
[all...]
H A Dvariations_seed_store.h24 // seed from Local State.
30 // Loads the variations seed data from local state into |seed|. If there is a
32 // successful, |seed| will contain the loaded data and true is returned.
33 bool LoadSeed(variations::VariationsSeed* seed);
35 // Stores the given seed data (serialized protobuf data) to local state, along
36 // with a base64-encoded digital signature for seed and the date when it was
50 // Returns the serial number of the last loaded or stored seed.
69 // Verifies a variations seed (the serialized proto bytes) with the specified
82 // Clears all prefs related to variations seed storag
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc54 u32 seed = my_rand(); local
74 size_t idx = my_rand_r(&seed) % vec.size();
80 size_t size = my_rand_r(&seed) % 1000 + 1;
81 switch ((my_rand_r(&seed) % 128)) {
86 size_t alignment = 1 << (my_rand_r(&seed) % 10 + 1);
163 u32 seed = my_rand(); local
169 void *p = __asan::asan_malloc(1 + (my_rand_r(&seed) % 4000), &stack);
/external/openssl/crypto/dsa/
H A Ddsa_gen.c138 unsigned char seed[SHA256_DIGEST_LENGTH]; local
164 /* NB: seed_len == 0 is special case: copy generated seed to
168 seed_in = NULL; /* seed buffer too small -- ignore */
173 memcpy(seed, seed_in, seed_len);
206 RAND_pseudo_bytes(seed, qsize);
212 seed_len=0; /* use random seed if 'seed_in' turns out to be bad*/
214 memcpy(buf , seed, qsize);
215 memcpy(buf2, seed, qsize);
225 if (!EVP_Digest(seed, qsize, md, NULL, evpmd, NULL))
361 memcpy(seed_out, seed, qsiz
[all...]
/external/chromium_org/components/variations/
H A Dvariations_seed_processor_unittest.cc211 VariationsSeed seed; local
212 Study* study1 = seed.add_study();
217 Study* study2 = seed.add_study();
219 ASSERT_EQ(seed.study(0).name(), seed.study(1).name());
231 seed_processor.CreateTrialsFromSeed(seed,
248 seed_processor.CreateTrialsFromSeed(seed,
404 VariationsSeed seed; local
405 Study* study1 = seed.add_study();
411 Study* study2 = seed
[all...]
/external/chromium_org/third_party/skia/tests/
H A DNameAllocatorTest.cpp102 const GrGLuint seed = (count + fRandomName) / 2; local
103 const GrGLuint a = seed * kRange + 1;
104 const GrGLuint c = (seed * 743) % kRange;
/external/fio/t/
H A Dlfsr-test.c14 printf("Usage: lfsr-test 0x<numbers> [seed] [spin] [verify]\n");
17 "seed: initial value\n"
32 uint64_t seed = 0; local
44 case 3: seed = atol(argv[2]);
58 r = lfsr_init(fl, numbers, seed, spin);
/external/libvpx/libvpx/test/
H A Dvideo_source.h145 RandomVideoSource(int seed = ACMRandom::DeterministicSeed())
146 : rnd_(seed),
147 seed_(seed) { }
/external/pixman/test/
H A Dcomposite.c448 run_test (uint32_t seed) argument
455 prng_srand (seed);
468 ok = composite_test (&dst, op, &src, NULL, FALSE, seed);
471 ok = composite_test (&dst, op, &src, &mask, FALSE, seed);
475 mask.size? TRUE : FALSE, seed);
494 uint32_t seed; local
518 seed = get_random_seed();
520 seed = 1;
523 # pragma omp parallel for default(none) shared(result, argv, seed)
527 if (!result && !run_test (i + seed))
[all...]
/external/skia/tests/
H A DNameAllocatorTest.cpp102 const GrGLuint seed = (count + fRandomName) / 2; local
103 const GrGLuint a = seed * kRange + 1;
104 const GrGLuint c = (seed * 743) % kRange;
/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_foundation.h175 // A class that provides SHA256 hash values for strings using a fixed hash seed.
178 explicit Hasher(const std::string& seed);
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsconv.h63 FT_UShort* seed );
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_generator.h38 void GenerateRandom(int32 seed, int n);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmemalign_unittest.cc111 static void Fill(void* p, int n, char seed) { argument
114 buffer[i] = ((seed + i) & 0xff);
120 static bool Valid(const void* p, int n, char seed) { argument
123 if (buffer[i] != ((seed + i) & 0xff)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmemalign_unittest.cc111 static void Fill(void* p, int n, char seed) { argument
114 buffer[i] = ((seed + i) & 0xff);
120 static bool Valid(const void* p, int n, char seed) { argument
123 if (buffer[i] != ((seed + i) & 0xff)) {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dpacket_manipulator.h74 // To get a repeatable packet drop pattern, re-initialize the random seed
96 virtual void InitializeRandomSeed(unsigned int seed);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dtest.cc34 unsigned int seed = static_cast<unsigned int>(0); local
35 srand(seed);
49 unsigned int seed = static_cast<unsigned int>(0); local
50 srand(seed);

Completed in 1664 milliseconds

1234567891011>>