Home
last modified time | relevance | path

Searched refs:insufficient_entropy_sources (Results 1 – 2 of 2) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_rng.cpp204 Botan::Entropy_Sources insufficient_entropy_sources; in test_broken_entropy_input() local
206 insufficient_entropy_sources.add_source(std::move(insufficient_entropy_source)); in test_broken_entropy_input()
208 …:unique_ptr<Botan::Stateful_RNG> rng_with_insufficient_es = make_rng(insufficient_entropy_sources); in test_broken_entropy_input()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_rng.cpp204 Botan::Entropy_Sources insufficient_entropy_sources; in test_broken_entropy_input() local
206 insufficient_entropy_sources.add_source(std::move(insufficient_entropy_source)); in test_broken_entropy_input()
208 …:unique_ptr<Botan::Stateful_RNG> rng_with_insufficient_es = make_rng(insufficient_entropy_sources); in test_broken_entropy_input()