Searched refs:seeds (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | info.c | 106 static char seeds[512] = ""; in DEFINE_RUN_ONCE_STATIC() local 110 if (seeds[0] != '\0') \ in DEFINE_RUN_ONCE_STATIC() 111 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 112 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 124 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 126 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() [all...] |
/third_party/openssl/crypto/ |
H A D | info.c | 105 static char seeds[512] = ""; in DEFINE_RUN_ONCE_STATIC() local 109 if (seeds[0] != '\0') \ in DEFINE_RUN_ONCE_STATIC() 110 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 111 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 123 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 125 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() [all...] |
/third_party/node/test/parallel/ |
H A D | test-http-incoming-pipelined-socket-destroy.js | 29 const seeds = [ 3, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4 ]; 30 const countdown = new Countdown(seeds.length, () => server.close()); 60 }, seeds.length)); 64 function generator(seeds) { 66 return seeds.map(function(r) { 83 client.write(generator(seeds));
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | random_seed.c | 34 uint32_t seeds[N]; in main() local 40 seeds[i] = random_seed[rsf](); in main() 42 if (seeds[j] == seeds[i]) in main() 45 printf("seeds OK\n"); in main() 50 printf("rsf %d: FAIL at %d with %"PRIX32"\n", rsf, j, seeds[j]); in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | explicit_seed_seq_test.cc | 54 uint32_t seeds[5]; in ConformsToInterface() local 56 seq.generate(seeds, &seeds[ABSL_ARRAYSIZE(seeds)]); in ConformsToInterface() 175 // Re-generate seeds. in TEST() 184 // Get seeds from seed-sequence constructed from entropy. in TEST() 195 // Verify that seeds produced by moved-instance are the same as original. in TEST()
|
H A D | salted_seed_seq_test.cc | 61 uint32_t seeds[5]; in ConformsToInterface() local 63 seq.generate(std::begin(seeds), std::end(seeds)); in ConformsToInterface()
|
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/ |
H A D | client.js | 72 // the rootPath argument or from one of the repo seeds. 76 // populate it either from the supplied rootPath or from one of the repo seeds. 83 const seeds = require('../seeds.json'); 84 const repoSeed = seeds[mirrorURL];
|
Completed in 4 milliseconds