Home
last modified time | relevance | path

Searched refs:get_pass (Results 1 – 25 of 102) sorted by relevance

12345

/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/
H A DGetPassDialog.qml23 id: get_pass
77 onTriggered: get_pass.destroy()
159 onAccepted: get_pass.done()
194 onClicked: get_pass.done()
236 get_pass.x = -get_pass.width
238 get_pass.passGiven(pass.text)
242 if( Tools.passToMd5(pass.text) === get_pass.password )
246 get_pass.x = -get_pass.width
248 get_pass.success()
253 main_frame.x = -get_pass.width
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dremoteapi.cpp25 std::string get_pass(const std::string& scope, const std::string& name) in get_pass() function in test_api
66 REQUIRE(api->get_pass("ttrss", "") == "my-birthday");
67 REQUIRE(api->get_pass("ocnews", "") == "dadada");
68 REQUIRE(api->get_pass("oldreader", "") == "123456");
70 REQUIRE(api->get_pass("miniflux", "") == "securepassw0rd");
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/
H A Dpkcs8.cpp347 std::function<std::string ()> get_pass, in load_key() argument
351 secure_vector<uint8_t> pkcs8_key = PKCS8_decode(source, get_pass, alg_id, is_encrypted); in load_key()
367 std::function<std::string ()> get_pass) in load_key() argument
369 return load_key(source, get_pass, true); in load_key()
409 std::function<std::string ()> get_pass) in load_key() argument
412 return PKCS8::load_key(source, get_pass).release(); in load_key()
443 std::function<std::string ()> get_pass) in load_key() argument
447 return PKCS8::load_key(in, get_pass).release(); in load_key()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/
H A Dpkcs8.cpp347 std::function<std::string ()> get_pass, in load_key() argument
351 secure_vector<uint8_t> pkcs8_key = PKCS8_decode(source, get_pass, alg_id, is_encrypted); in load_key()
367 std::function<std::string ()> get_pass) in load_key() argument
369 return load_key(source, get_pass, true); in load_key()
409 std::function<std::string ()> get_pass) in load_key() argument
412 return PKCS8::load_key(source, get_pass).release(); in load_key()
443 std::function<std::string ()> get_pass) in load_key() argument
447 return PKCS8::load_key(in, get_pass).release(); in load_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/
H A Dpkcs8.cpp347 std::function<std::string ()> get_pass, in load_key() argument
351 secure_vector<uint8_t> pkcs8_key = PKCS8_decode(source, get_pass, alg_id, is_encrypted); in load_key()
367 std::function<std::string ()> get_pass) in load_key() argument
369 return load_key(source, get_pass, true); in load_key()
409 std::function<std::string ()> get_pass) in load_key() argument
412 return PKCS8::load_key(source, get_pass).release(); in load_key()
443 std::function<std::string ()> get_pass) in load_key() argument
447 return PKCS8::load_key(in, get_pass).release(); in load_key()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/obs/gs/
H A Dgs-effect-technique.cpp54 gs::effect_pass gs::effect_technique::get_pass(std::size_t idx) in get_pass() function in gs::effect_technique
63 gs::effect_pass gs::effect_technique::get_pass(std::string name) in get_pass() function in gs::effect_technique
76 if (get_pass(name) != nullptr) in has_pass()
H A Dgs-effect-technique.hpp35 gs::effect_pass get_pass(std::size_t idx);
36 gs::effect_pass get_pass(std::string name);
/dports/net-mgmt/ap-utils/ap-utils-1.4.1/lib/
H A Dset_community.c93 get_pass(user, 1, 25, sizeof(user)); in AuthorizedSettings()
98 get_pass(admin, 2, 25, sizeof(admin)); in AuthorizedSettings()
107 get_pass(manufact, 3, 25, sizeof(manufact)); in AuthorizedSettings()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/handler/
H A Dp_s.cc189 scan_pass get_pass() { return m_scan_pass; } in get_pass() function in Innodb_trx_scan_state
576 if (m_scan_state.get_pass() == INIT_SCANNING) { in scan()
584 if (m_scan_state.get_pass() == DONE_SCANNING) { in scan()
595 while ((m_scan_state.get_pass() == SCANNING_RW_TRX_LIST) && (found == 0)) { in scan()
601 while ((m_scan_state.get_pass() == SCANNING_MYSQL_TRX_LIST) && (found == 0)) { in scan()
849 if (m_scan_state.get_pass() == INIT_SCANNING) { in scan()
857 if (m_scan_state.get_pass() == DONE_SCANNING) { in scan()
868 while ((m_scan_state.get_pass() == SCANNING_RW_TRX_LIST) && (found == 0)) { in scan()
873 while ((m_scan_state.get_pass() == SCANNING_MYSQL_TRX_LIST) && (found == 0)) { in scan()
/dports/devel/rbtools/RBTools-2.0/rbtools/utils/
H A Dusers.py9 from rbtools.utils.console import get_input, get_pass
49 password = get_pass('Password: ', require=True)
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dsmbpasswd.c220 p = get_pass("New SMB password:", stdin_get); in prompt_for_new_password()
228 p = get_pass("Retype new SMB password:", stdin_get); in prompt_for_new_password()
425 old_passwd = get_pass("Old SMB password:",stdin_passwd_get); in process_root()
578 old_pw = get_pass("Old SMB password:",stdin_passwd_get); in process_nonroot()
H A Dpasswd_proto.h29 char *get_pass( const char *prompt, bool stdin_get);
H A Dpasswd_util.c61 char *get_pass( const char *prompt, bool stdin_get) in get_pass() function
/dports/sysutils/conan/conan-1.44.0/conans/client/
H A Duserio.py37 def get_pass(self): member in UserIO
66 return self._get_env_password(remote_name) or self.get_pass()
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/
H A Dpasswd.rs43 fn get_pass(&self) -> Result<(String, String, Url, Url), Error> { in get_pass() method
44 ss_storage::get_pass() in get_pass()
210 pub fn get_pass() -> Result<(String, String, Url, Url), Error> { in get_pass() function
/dports/biology/sra-tools/sra-tools-2.11.0/tools/util/
H A Dsyspass-priv.h38 rc_t get_pass(const char *prompt, char *buf, size_t bufsiz);
H A Dvdb-passwd.c173 rc = get_pass("New password:", password, sizeof password);
194 rc = get_pass("Retype new password:", repassword, sizeof repassword);
/dports/biology/sra-tools/sra-tools-2.11.0/tools/util/mac/
H A Dsyspass.c33 rc_t get_pass(const char *prompt, char *buf, size_t bufsiz) { in get_pass() function
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-pbutils/src/auto/
H A Dencoding_video_profile.rs18 pub fn get_pass(&self) -> u32 { in get_pass() method
/dports/biology/sra-tools/sra-tools-2.11.0/tools/util/win/
H A Dsyspass.c34 rc_t get_pass(const char *prompt, char *buf, size_t bufsiz) { in get_pass() function
/dports/biology/sra-tools/sra-tools-2.11.0/tools/util/unix/
H A Dsyspass.c38 rc_t get_pass(const char *prompt, char *buf, size_t bufsiz) { in get_pass() function
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dpk_crypt.cpp124 auto get_pass = [this]() { return get_passphrase("Password"); }; in go() local
125 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input_stream, get_pass); in go()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dpk_crypt.cpp124 auto get_pass = [this]() { return get_passphrase("Password"); }; in go() local
125 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input_stream, get_pass); in go()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dpk_crypt.cpp124 auto get_pass = [this]() { return get_passphrase("Password"); }; in go() local
125 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input_stream, get_pass); in go()
/dports/net/kamailio/kamailio-5.4.5/src/modules/auth_ephemeral/
H A Dauthorize.c44 static inline int get_pass(str *_username, str *_secret, str *_password) in get_pass() function
116 if (get_pass(&_username->whole, _secret, &spassword) < 0) in get_ha1()
521 if (get_pass(susername, &secret_struct->secret_key, in ki_autheph_authenticate()

12345