Home
last modified time | relevance | path

Searched refs:PRNG (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_select_main.cpp43 PRNG Index; in testSelect()
79 PRNG Index; in testSelect()
109 PRNG Index; in testSelectI1()
Dvectors.h101 class PRNG {
103 explicit PRNG(uint32_t Seed = 1) : State(Seed) {} in State()
Dtest_icmp_main.cpp214 PRNG Index; in testsVecInt()
302 PRNG Index; in testsVecI1()
Dtest_arith_main.cpp205 PRNG Index; in testsVecInt()
338 PRNG Index; in testsVecFp()
Dtest_fcmp_main.cpp176 PRNG Index; in testsVector()
Dtest_cast_main.cpp127 PRNG Index; in testVector()
/third_party/openssl/doc/man3/
DRAND_load_file.pod5 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
DRAND_cleanup.pod5 RAND_cleanup - erase the PRNG state
20 the PRNG. As of version 1.1.0, it does nothing and should not be called,
DRAND_set_rand_method.pod31 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
DRAND_bytes.pod33 default RAND_METHOD, this function uses a separate "private" PRNG
34 instance so that a compromise of the "public" PRNG instance will not
DRAND_egd.pod41 return enough data to fully seed the PRNG.
DBIO_f_ssl.pod162 /* XXX Seed the PRNG if needed. */
211 /* XXX Seed the PRNG if needed. */
DRAND_add.pod7 - 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/
DMetaRenamer.cpp47 struct PRNG { struct
69 PRNG prng;
/third_party/benchmark/src/
Dsysinfo.cc793 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/
Dtest_suite_rsa.data419 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/
Dbackport-001-CVE-2023-31147.patch14 * rework initial rc4 seed for PRNG as last fallback
464 + ARES_RAND_RC4 = 3 /* Internal RC4 based PRNG */
/third_party/libwebsockets/READMEs/
DREADME.fault-injection.md126 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/
DNEWS.md563 * 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
DCHANGES.md4848 * 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/
DNEWS.md591 * 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
DCHANGES.md5026 * 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/
Dssl.rst300 :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/
DAPIchanges3622 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/
Dopenssl.txt1126 RAND_R_PRNG_NOT_SEEDED:100:PRNG not seeded

12