Home
last modified time | relevance | path

Searched defs:RandomNumberGenerator (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_random_number_generator.h20 struct RandomNumberGenerator { struct
31 RandomNumberGenerator rng; in shuffle() argument
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/
H A Dpk_keys.cpp91 Public_Key::create_encryption_op(RandomNumberGenerator& /*rng*/, in create_encryption_op() argument
99 Public_Key::create_kem_encryption_op(RandomNumberGenerator& /*rng*/, in create_kem_encryption_op() argument
114 Private_Key::create_decryption_op(RandomNumberGenerator& /*rng*/, in create_decryption_op() argument
122 Private_Key::create_kem_decryption_op(RandomNumberGenerator& /*rng*/, in create_kem_decryption_op() argument
130 Private_Key::create_signature_op(RandomNumberGenerator& /*rng*/, in create_signature_op() argument
138 Private_Key::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/
H A Dpk_keys.cpp91 Public_Key::create_encryption_op(RandomNumberGenerator& /*rng*/, in create_encryption_op() argument
99 Public_Key::create_kem_encryption_op(RandomNumberGenerator& /*rng*/, in create_kem_encryption_op() argument
114 Private_Key::create_decryption_op(RandomNumberGenerator& /*rng*/, in create_decryption_op() argument
122 Private_Key::create_kem_decryption_op(RandomNumberGenerator& /*rng*/, in create_kem_decryption_op() argument
130 Private_Key::create_signature_op(RandomNumberGenerator& /*rng*/, in create_signature_op() argument
138 Private_Key::create_key_agreement_op(RandomNumberGenerator& /*rng*/, in create_key_agreement_op() argument
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/
H A Dpk_keys.cpp91 Public_Key::create_encryption_op(RandomNumberGenerator& /*rng*/, in create_encryption_op() argument
99 Public_Key::create_kem_encryption_op(RandomNumberGenerator& /*rng*/, in create_kem_encryption_op() argument
114 Private_Key::create_decryption_op(RandomNumberGenerator& /*rng*/, in create_decryption_op() argument
122 Private_Key::create_kem_decryption_op(RandomNumberGenerator& /*rng*/, in create_kem_decryption_op() argument
130 Private_Key::create_signature_op(RandomNumberGenerator& /*rng*/, in create_signature_op() argument
138 Private_Key::create_key_agreement_op(RandomNumberGenerator& /*rng*/, in create_key_agreement_op() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Drandom.cxx41 struct RandomNumberGenerator struct
43 std::mutex mutex;
44 STD_RNG_ALGO global_rng;
45 RandomNumberGenerator() in RandomNumberGenerator() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Drandom.cxx40 struct RandomNumberGenerator struct
42 std::mutex mutex;
43 STD_RNG_ALGO global_rng;
44 RandomNumberGenerator() in RandomNumberGenerator() function
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/win-crypto-ng-0.2.0/src/
H A Drandom.rs109 pub struct RandomNumberGenerator { struct
113 impl RandomNumberGenerator { argument
124 pub fn open(id: RandomAlgorithmId) -> crate::Result<RandomNumberGenerator> { in open()
190 impl rand_core::CryptoRng for RandomNumberGenerator {} implementation
193 impl rand_core::RngCore for RandomNumberGenerator { implementation
245 fn test_rng(rng: RandomNumberGenerator) { in test_rng()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_test_case_registry_impl.hpp25 struct RandomNumberGenerator { struct
26 typedef std::ptrdiff_t result_type;
28 result_type operator()( result_type n ) const { return std::rand() % n; } in operator ()()
31 static constexpr result_type min() { return 0; } in min()
32 static constexpr result_type max() { return 1000000; } in max()
33 result_type operator()() const { return std::rand() % max(); } in operator ()()
36 static void shuffle( V& vector ) { in shuffle()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_test_case_registry_impl.hpp24 struct RandomNumberGenerator { struct
25 typedef std::ptrdiff_t result_type;
27 result_type operator()( result_type n ) const { return std::rand() % n; } in operator ()()
30 static constexpr result_type min() { return 0; } in min()
31 static constexpr result_type max() { return 1000000; } in max()
32 result_type operator()() const { return std::rand() % max(); } in operator ()()
35 static void shuffle( V& vector ) { in shuffle()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_test_case_registry_impl.hpp24 struct RandomNumberGenerator { struct
25 typedef unsigned int result_type;
27 result_type operator()( result_type n ) const { return std::rand() % n; } in operator ()()
30 static constexpr result_type (min)() { return 0; } in result_type()
31 static constexpr result_type (max)() { return 1000000; } in result_type()
32 result_type operator()() const { return std::rand() % (max)(); } in operator ()()
35 static void shuffle( V& vector ) { in shuffle()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_test_case_registry_impl.hpp25 struct RandomNumberGenerator { struct
26 typedef std::ptrdiff_t result_type;
28 result_type operator()( result_type n ) const { return std::rand() % n; } in operator ()()
31 static constexpr result_type min() { return 0; } in min()
32 static constexpr result_type max() { return 1000000; } in max()
33 result_type operator()() const { return std::rand() % max(); } in operator ()()
36 static void shuffle( V& vector ) { in shuffle()
/dports/security/botan110/Botan-1.10.17/src/rng/
H A Drng.h89 RandomNumberGenerator() {} in RandomNumberGenerator() function
92 RandomNumberGenerator(const RandomNumberGenerator&) {} in RandomNumberGenerator() function
/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_randomNumberGenerator.cc7 class RandomNumberGenerator : public testing::Test { class
33 TEST_F(RandomNumberGenerator, RandomNumberGeneratorMaxTestHighres) { in TEST_F() argument
62 TEST_F(RandomNumberGenerator, RandomNumberGeneratorMaxTestLowres) { in TEST_F() argument
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Util/
H A DRandomNumberGenerator.cs32 public abstract class RandomNumberGenerator class
34 public RandomNumberGenerator() in RandomNumberGenerator() method in agsXMPP.util.RandomNumberGenerator
/dports/devel/php-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DRandom.h36 struct RandomNumberGenerator : public std::unary_function<std::ptrdiff_t, std::ptrdiff_t> struct
47 RandomNumberGenerator rng; in shuffle() argument
/dports/devel/ice37/ice-3.7.2/cpp/include/IceUtil/
H A DRandom.h36 struct RandomNumberGenerator : public std::unary_function<std::ptrdiff_t, std::ptrdiff_t> struct
47 RandomNumberGenerator rng; in shuffle() argument
/dports/devel/py-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DRandom.h36 struct RandomNumberGenerator : public std::unary_function<std::ptrdiff_t, std::ptrdiff_t> struct
47 RandomNumberGenerator rng; in shuffle() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Drandomnumbergenerator.cs17 public abstract class RandomNumberGenerator class
25 protected RandomNumberGenerator() { in RandomNumberGenerator() method in System.Security.Cryptography.RandomNumberGenerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceRNG.cpp32 RandomNumberGenerator::RandomNumberGenerator(uint64_t Seed, llvm::StringRef) in RandomNumberGenerator() function in Ice::RandomNumberGenerator
35 RandomNumberGenerator::RandomNumberGenerator( in RandomNumberGenerator() function in Ice::RandomNumberGenerator
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ed25519/
H A Ded25519_key.cpp25 bool Ed25519_PublicKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
96 bool Ed25519_PrivateKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
193 secure_vector<uint8_t> sign(RandomNumberGenerator&) override in sign() argument
235 secure_vector<uint8_t> sign(RandomNumberGenerator&) override in sign() argument
272 Ed25519_PrivateKey::create_signature_op(RandomNumberGenerator&, in create_signature_op() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ed25519/
H A Ded25519_key.cpp25 bool Ed25519_PublicKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
96 bool Ed25519_PrivateKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
193 secure_vector<uint8_t> sign(RandomNumberGenerator&) override in sign() argument
235 secure_vector<uint8_t> sign(RandomNumberGenerator&) override in sign() argument
272 Ed25519_PrivateKey::create_signature_op(RandomNumberGenerator&, in create_signature_op() argument
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ed25519/
H A Ded25519_key.cpp25 bool Ed25519_PublicKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
96 bool Ed25519_PrivateKey::check_key(RandomNumberGenerator&, bool) const in check_key() argument
193 secure_vector<uint8_t> sign(RandomNumberGenerator&) override in sign() argument
235 secure_vector<uint8_t> sign(RandomNumberGenerator&) override in sign() argument
272 Ed25519_PrivateKey::create_signature_op(RandomNumberGenerator&, in create_signature_op() argument
/dports/security/botan110/Botan-1.10.17/checks/
H A Dcvc_tests.cpp223 void test_cvc_req_ext(RandomNumberGenerator&) in test_cvc_req_ext() argument
238 void test_cvc_ado_ext(RandomNumberGenerator&) in test_cvc_ado_ext() argument
348 void test_eac_time(RandomNumberGenerator&) in test_eac_time() argument
386 void test_ver_cvca(RandomNumberGenerator&) in test_ver_cvca() argument
412 void test_copy_and_assignment(RandomNumberGenerator&) in test_copy_and_assignment() argument
437 void test_eac_str_illegal_values(RandomNumberGenerator&) in test_eac_str_illegal_values() argument
466 void test_tmp_eac_str_enc(RandomNumberGenerator&) in test_tmp_eac_str_enc() argument
601 u32bit do_cvc_tests(Botan::RandomNumberGenerator&) { return 0; } in do_cvc_tests()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/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/security/botan2/Botan-2.18.2/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

12345678910>>...16