Searched refs:PRNG (Results 1 – 25 of 35) sorted by relevance
12
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_select_main.cpp | 43 PRNG Index; in testSelect() 79 PRNG Index; in testSelect() 109 PRNG Index; in testSelectI1()
|
D | vectors.h | 101 class PRNG { 103 explicit PRNG(uint32_t Seed = 1) : State(Seed) {} in State()
|
D | test_icmp_main.cpp | 214 PRNG Index; in testsVecInt() 302 PRNG Index; in testsVecI1()
|
D | test_arith_main.cpp | 205 PRNG Index; in testsVecInt() 338 PRNG Index; in testsVecFp()
|
D | test_fcmp_main.cpp | 176 PRNG Index; in testsVector()
|
D | test_cast_main.cpp | 127 PRNG Index; in testVector()
|
/third_party/openssl/doc/man3/ |
D | RAND_load_file.pod | 5 RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file 20 adds them to the PRNG. If B<max_bytes> is nonnegative, 32 file B<filename> which can be used to initialize the PRNG by calling
|
D | RAND_cleanup.pod | 5 RAND_cleanup - erase the PRNG state 20 the PRNG. As of version 1.1.0, it does nothing and should not be called,
|
D | RAND_set_rand_method.pod | 31 This implementation ensures that the PRNG state is unique for each thread. 37 RAND_set_rand_method() makes B<meth> the method for PRNG use. If an
|
D | RAND_bytes.pod | 33 default RAND_METHOD, this function uses a separate "private" PRNG 34 instance so that a compromise of the "public" PRNG instance will not
|
D | RAND_egd.pod | 41 return enough data to fully seed the PRNG.
|
D | BIO_f_ssl.pod | 162 /* XXX Seed the PRNG if needed. */ 211 /* XXX Seed the PRNG if needed. */
|
D | RAND_add.pod | 7 - add randomness to the PRNG or get its status
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 47 struct PRNG { struct 69 PRNG prng;
|
/third_party/benchmark/src/ |
D | sysinfo.cc | 793 using PRNG = std::minstd_rand; in GetCPUCyclesPerSecond() typedef 794 using Result = PRNG::result_type; in GetCPUCyclesPerSecond() 795 PRNG rng(static_cast<Result>(start_ticks)); in GetCPUCyclesPerSecond()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_rsa.data | 419 RSA Validate Params, toy example, non-primes, no PRNG 422 RSA Validate Params, toy example, non-primes, PRNG 434 RSA Validate Params, non-prime, no PRNG 437 RSA Validate Params, non-prime, PRNG
|
/third_party/cares/ |
D | backport-001-CVE-2023-31147.patch | 14 * rework initial rc4 seed for PRNG as last fallback 464 + ARES_RAND_RC4 = 3 /* Internal RC4 based PRNG */
|
/third_party/libwebsockets/READMEs/ |
D | README.fault-injection.md | 126 Probabalistic choices are sourced from a PRNG with a seed set in the context 129 be overridden using `--fault-seed <decimal>`, and the effective PRNG seed is
|
/third_party/openssl/ |
D | NEWS.md | 563 * Handshake with unseeded PRNG fix ([CVE-2015-0285]) 1209 * PRNG: query at more locations for a random device, automatic query for 1282 * Security fix: PRNG improvements. 1290 * Bug fix to make PRNG thread-safe. 1375 * PRNG robustness improved
|
D | CHANGES.md | 4848 * Add PRNG security strength checks to RSA, DSA and ECDSA using 4873 * Extensive reorganisation of FIPS PRNG behaviour. Remove all dependencies 4875 performs algorithm blocking for unapproved PRNG types. Also do not 4876 set PRNG type in FIPS_mode_set(): leave this to the application. 4877 Add default OpenSSL DRBG handling: sets up FIPS PRNG and seeds with 4878 the standard OpenSSL PRNG: set additional data to a date time vector. 4882 * Rename old X9.31 PRNG functions of the form `FIPS_rand*` to `FIPS_x931*`. 4885 anyway as the X9.31 PRNG is now deprecated by FIPS 140-2 6173 * Handshake with unseeded PRNG fix 6176 with an unseeded PRNG. The conditions are: [all …]
|
/third_party/node/deps/openssl/openssl/ |
D | NEWS.md | 591 * Handshake with unseeded PRNG fix ([CVE-2015-0285]) 1237 * PRNG: query at more locations for a random device, automatic query for 1310 * Security fix: PRNG improvements. 1318 * Bug fix to make PRNG thread-safe. 1403 * PRNG robustness improved
|
D | CHANGES.md | 5026 * Add PRNG security strength checks to RSA, DSA and ECDSA using 5051 * Extensive reorganisation of FIPS PRNG behaviour. Remove all dependencies 5053 performs algorithm blocking for unapproved PRNG types. Also do not 5054 set PRNG type in FIPS_mode_set(): leave this to the application. 5055 Add default OpenSSL DRBG handling: sets up FIPS PRNG and seeds with 5056 the standard OpenSSL PRNG: set additional data to a date time vector. 5060 * Rename old X9.31 PRNG functions of the form `FIPS_rand*` to `FIPS_x931*`. 5063 anyway as the X9.31 PRNG is now deprecated by FIPS 140-2 6351 * Handshake with unseeded PRNG fix 6354 with an unseeded PRNG. The conditions are: [all …]
|
/third_party/python/Doc/library/ |
D | ssl.rst | 300 :class:`SSLError` if the PRNG has not been seeded with enough data or if the 302 can be used to check the status of the PRNG and :func:`RAND_add` can be used 303 to seed the PRNG. 2718 handle forked processes. Applications must change the PRNG state of the
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 3622 The Mersenne Twister PRNG implemented through the av_random* functions 3623 was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1126 RAND_R_PRNG_NOT_SEEDED:100:PRNG not seeded
|
12