Home
last modified time | relevance | path

Searched defs:seed_input (Results 1 – 6 of 6) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_rng_kat.cpp34 const std::vector<uint8_t> seed_input = vars.get_req_bin("EntropyInput"); in run_one_test() local
84 const std::vector<uint8_t> seed_input = vars.get_req_bin("EntropyInput"); in run_one_test() local
H A Dtest_rng.cpp550 const Botan::secure_vector<uint8_t> seed_input( in test_reseed_kat() local
633 const Botan::secure_vector<uint8_t> seed_input(32); in test_reseed_kat() local
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_rng_kat.cpp34 const std::vector<uint8_t> seed_input = vars.get_req_bin("EntropyInput"); in run_one_test() local
84 const std::vector<uint8_t> seed_input = vars.get_req_bin("EntropyInput"); in run_one_test() local
H A Dtest_rng.cpp550 const Botan::secure_vector<uint8_t> seed_input( in test_reseed_kat() local
633 const Botan::secure_vector<uint8_t> seed_input(32); in test_reseed_kat() local
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dinstallwizard.py459 def seed_input(self, title, message, is_seed, options): member in InstallWizard
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dnewgame.cc824 auto seed_input = make_shared<SeedTextEntry>(begin_label.get()); in _choose_seed() local