Home
last modified time | relevance | path

Searched defs:RandomNumberGenerator (Results 1 – 25 of 388) sorted by last modified time

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/utils/
H A Drandom-number-generator.cc31 RandomNumberGenerator::RandomNumberGenerator() { in RandomNumberGenerator() function in v8::base::RandomNumberGenerator
/dports/security/botan2/Botan-2.18.2/src/python/
H A Dbotan2.py526 class RandomNumberGenerator(object): class
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/
H A DProgram.cs45 internal static readonly Random RandomNumberGenerator = new Random(); field in OpenBve.Program
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Dmethods.cxx3480 struct RandomNumberGenerator struct
3482 std::mt19937 global_rng;
3484 RandomNumberGenerator() in RandomNumberGenerator() argument
/dports/editors/xmlcopyeditor/xmlcopyeditor/tests/
H A Dcatch.hpp7216 struct RandomNumberGenerator { struct
7217 typedef unsigned int result_type;
7219 result_type operator()( result_type n ) const { return std::rand() % n; } in operator ()()
7222 static constexpr result_type min() { return 0; } in min()
7223 static constexpr result_type max() { return 1000000; } in max()
7224 result_type operator()() const { return std::rand() % max(); } in operator ()()
7227 static void shuffle( V& vector ) { in shuffle()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dcli.h21 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/certstor_sql/
H A Dcertstor_sql.h20 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/misc/cryptobox/
H A Dcryptobox.h16 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/misc/roughtime/
H A Droughtime.h19 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/passhash/bcrypt/
H A Dbcrypt.h16 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/passhash/passhash9/
H A Dpasshash9.h16 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pk_pad/emsa_raw/
H A Demsa_raw.cpp50 RandomNumberGenerator&) in encoding_of() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/openssl/
H A Dopenssl_rsa.cpp65 RandomNumberGenerator&) override in encrypt() argument
215 RandomNumberGenerator&) override in raw_sign() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/pkcs11/
H A Dp11_ecdh.cpp99 PKCS11_ECDH_PrivateKey::create_key_agreement_op(RandomNumberGenerator&, in create_key_agreement_op() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/tpm/
H A Dtpm.cpp381 bool TPM_PrivateKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
409 secure_vector<uint8_t> sign(RandomNumberGenerator&) override in sign() argument
453 TPM_PrivateKey::create_signature_op(RandomNumberGenerator& /*rng*/, in create_signature_op() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/
H A Dblinding.h19 class RandomNumberGenerator; variable
H A Dpk_ops.h26 class RandomNumberGenerator; variable
H A Dpkcs8.h21 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/curve25519/
H A Dcurve25519.cpp45 bool Curve25519_PublicKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
95 bool Curve25519_PrivateKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
134 Curve25519_PrivateKey::create_key_agreement_op(RandomNumberGenerator& /*rng*/, in create_key_agreement_op() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/mce/
H A Dmceliece.h49 bool check_key(RandomNumberGenerator&, bool) const override in check_key() argument
H A Dmceliece_key.cpp365 McEliece_PublicKey::create_kem_encryption_op(RandomNumberGenerator& /*rng*/, in create_kem_encryption_op() argument
375 McEliece_PrivateKey::create_kem_decryption_op(RandomNumberGenerator& /*rng*/, in create_kem_decryption_op() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/newhope/
H A Dnewhope.h19 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/sessions_sql/
H A Dtls_session_manager_sql.h16 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/sessions_sqlite3/
H A Dtls_session_manager_sqlite.h15 class RandomNumberGenerator; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/entropy/
H A Dentropy_src.h20 class RandomNumberGenerator; variable

12345678910>>...16