Home
last modified time | relevance | path

Searched refs:password_in (Results 1 – 25 of 40) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/dialogs/
H A DKeyboard.cpp113 const char* password_in, in show_and_get_new_password_with_head() argument
126 if (!password_in || !password_out || !heading) in show_and_get_new_password_with_head()
131 __func__, static_cast<const void*>(password_in), static_cast<void*>(password_out), in show_and_get_new_password_with_head()
136 std::string str = password_in; in show_and_get_new_password_with_head()
145 const char* password_in, in show_and_get_new_password() argument
156 if (!password_in || !password_out) in show_and_get_new_password()
161 __func__, static_cast<const void*>(password_in), static_cast<void*>(password_out), in show_and_get_new_password()
166 std::string str = password_in; in show_and_get_new_password()
232 const char* password_in, in show_and_verify_password() argument
245 if (!password_in || !password_out || !heading) in show_and_verify_password()
[all …]
H A DKeyboard.h58 const char* password_in,
64 const char* password_in,
76 const char* password_in,
/dports/math/py-pysmt/pysmt-0.9.0/examples/
H A Dstrings.py16 password_in = Symbol("password_in", STRING) variable
50 new_password, constr = strengthen_password(password_in)
53 check = And(password_out.Equals(Ite(is_good_password(password_in),
54 password_in,
66 m1 = get_model(And(password_in.Equals(String(user_pass)),
74 print(m2[password_in])
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/
H A Dkeyboard.h34 const char* password_in,
40 const char* password_in,
52 const char* password_in,
/dports/games/simutrans/simutrans-121.0/nettools/
H A Dnettool.cc351 char* password_in = MALLOCN(char, 256); in lock_company() local
354 scanf("%255s", password_in); in lock_company()
357 password = password_in; in lock_company()
362 char* password_in = MALLOCN(char, size); in lock_company() local
363 fgets(password_in, size, fd); in lock_company()
364 password_in[strcspn(password_in, "\n")] = '\0'; in lock_company()
366 password = password_in; in lock_company()
/dports/sysutils/webmin/webmin-1.981/iscsi-client/
H A Dedit_auth.cgi41 my $password_in = &find_value($conf, "node.session.auth.password_in");
48 &ui_textbox("password_in", $password_in, 20));
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Dauth_pam.cc157 const std::string &password_in, in PamAuthenticateUser() argument
160 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
165 if(!username_in.empty() && !password_in.empty()) { in PamAuthenticateUser()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/dird/
H A Dauth_pam.cc157 const std::string &password_in, in PamAuthenticateUser() argument
160 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
165 if(!username_in.empty() && !password_in.empty()) { in PamAuthenticateUser()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/dird/
H A Dauth_pam.cc157 const std::string &password_in, in PamAuthenticateUser() argument
160 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
165 if(!username_in.empty() && !password_in.empty()) { in PamAuthenticateUser()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/dird/
H A Dauth_pam.cc157 const std::string &password_in, in PamAuthenticateUser() argument
160 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
165 if(!username_in.empty() && !password_in.empty()) { in PamAuthenticateUser()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/dird/
H A Dauth_pam.cc170 const std::string& password_in, in PamAuthenticateUser() argument
173 std::unique_ptr<PamData> pam_callback_data(new PamData(UA_sock, password_in)); in PamAuthenticateUser()
179 if (!username_in.empty() && !password_in.empty()) { interactive = false; } in PamAuthenticateUser()
/dports/net-im/psi/psi-1.5/iris/src/xmpp/sasl/
H A Dscramsha1response.cpp38 …SHA1Response(const QByteArray& server_first_message, const QByteArray& password_in, const QByteArr… in SCRAMSHA1Response() argument
41 QString pass_in = QString::fromUtf8(password_in); in SCRAMSHA1Response()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/sasl/
H A Dscramsha1response.cpp38 …SHA1Response(const QByteArray& server_first_message, const QByteArray& password_in, const QByteArr… in SCRAMSHA1Response() argument
41 QString pass_in = QString::fromUtf8(password_in); in SCRAMSHA1Response()
/dports/www/firefox-legacy/firefox-52.8.0esr/python/eme/
H A Dgen-eme-voucher.py404 def openssl_cmd(app_args, args, password_in, password_out): argument
405 …password = get_password(app_args.password_service, app_args.password_user) if (password_in or pass…
413 if password_in: args += ["-passin", "env:COFF_PW"]
/dports/multimedia/libv4l/linux-5.13-rc2/include/scsi/
H A Dlibiscsi.h301 char *password_in; member
H A Dscsi_transport_iscsi.h375 char *password_in; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/scsi/
H A Dlibiscsi.h301 char *password_in; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/scsi/
H A Dlibiscsi.h301 char *password_in; member

12