Home
last modified time | relevance | path

Searched refs:strPassword (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DPasswordDeriveBytes.cs25 …public PasswordDeriveBytes(string strPassword, byte[] rgbSalt) : this(strPassword, rgbSalt, new Cs… in PasswordDeriveBytes() argument
29 …public PasswordDeriveBytes(string strPassword, byte[] rgbSalt, string strHashName, int iterations)… in PasswordDeriveBytes() argument
30 this(strPassword, rgbSalt, strHashName, iterations, new CspParameters()) { } in PasswordDeriveBytes()
35 public PasswordDeriveBytes(string strPassword, byte[] rgbSalt, CspParameters cspParams) : in PasswordDeriveBytes() argument
36 this(strPassword, rgbSalt, "SHA1", 100, cspParams) { } in PasswordDeriveBytes()
41 …public PasswordDeriveBytes(string strPassword, byte[] rgbSalt, string strHashName, int iterations,… in PasswordDeriveBytes() argument
42 …this((new UTF8Encoding(false)).GetBytes(strPassword), rgbSalt, strHashName, iterations, cspParams)… in PasswordDeriveBytes()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DGUIPassword.cpp149 std::string strPassword = profileManager->GetMasterProfile().getLockCode(); in CheckStartUpLock() local
157 …dResult = VerifyPassword(profileManager->GetMasterProfile().getLockMode(), strPassword, strHeader); in CheckStartUpLock()
283 std::string strPassword = profileManager->GetMasterProfile().getLockCode(); in IsMasterLockUnlocked() local
285 …Result = VerifyPassword(profileManager->GetMasterProfile().getLockMode(), strPassword, strHeading); in IsMasterLockUnlocked()
335 bool CGUIPassword::CheckLock(LockType btnType, const std::string& strPassword, int iHeading) in CheckLock() argument
338 return CheckLock(btnType,strPassword,iHeading,bDummy); in CheckLock()
341 bool CGUIPassword::CheckLock(LockType btnType, const std::string& strPassword, int iHeading, bool& … in CheckLock() argument
348 strPassword == "-" || in CheckLock()
356 int iVerifyPasswordResult = VerifyPassword(btnType, strPassword, strHeading); in CheckLock()
583 int CGUIPassword::VerifyPassword(LockType btnType, const std::string& strPassword, const std::strin… in VerifyPassword() argument
[all …]
H A DGUIPassword.h46 bool CheckLock(LockType btnType, const std::string& strPassword, int iHeading);
47 bool CheckLock(LockType btnType, const std::string& strPassword, int iHeading, bool& bCanceled);
90 …int VerifyPassword(LockType btnType, const std::string& strPassword, const std::string& strHeading…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Dpasswordderivebytes.cs59 …public PasswordDeriveBytes (String strPassword, byte[] rgbSalt) : this (strPassword, rgbSalt, new … in PasswordDeriveBytes() argument
63 …public PasswordDeriveBytes (string strPassword, byte[] rgbSalt, string strHashName, int iterations… in PasswordDeriveBytes() argument
64 this (strPassword, rgbSalt, strHashName, iterations, new CspParameters()) {} in PasswordDeriveBytes()
69 public PasswordDeriveBytes (string strPassword, byte[] rgbSalt, CspParameters cspParams) : in PasswordDeriveBytes() argument
70 this (strPassword, rgbSalt, "SHA1", 100, cspParams) {} in PasswordDeriveBytes()
75 …public PasswordDeriveBytes (string strPassword, byte[] rgbSalt, String strHashName, int iterations… in PasswordDeriveBytes() argument
76 …this ((new UTF8Encoding(false)).GetBytes(strPassword), rgbSalt, strHashName, iterations, cspParams… in PasswordDeriveBytes()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemtran.h761 BSTR strPassword,
796 BSTR strPassword,
817strPassword,strLocale,lSecurityFlags,strAuthority,pCtx,ppNamespace) (This)->lpVtbl->ConnectServer(…
858 const BSTR strPassword,
872 const BSTR strPassword,
911 const BSTR strPassword,
926 const BSTR strPassword,
952strPassword,strLocale,lFlags,pCtx,riid,pInterface,pCallRes) (This)->lpVtbl->Open(This,strAddressTy…
953strPassword,strLocale,lFlags,pCtx,riid,pResponseHandler) (This)->lpVtbl->OpenAsync(This,strAddress…
968 …strAddressType,dwBinaryAddressLength,abBinaryAddress,strObject,strUser,strPassword,strLocale,lFlag…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemtran.h761 BSTR strPassword,
796 BSTR strPassword,
817strPassword,strLocale,lSecurityFlags,strAuthority,pCtx,ppNamespace) (This)->lpVtbl->ConnectServer(…
858 const BSTR strPassword,
872 const BSTR strPassword,
911 const BSTR strPassword,
926 const BSTR strPassword,
952strPassword,strLocale,lFlags,pCtx,riid,pInterface,pCallRes) (This)->lpVtbl->Open(This,strAddressTy…
953strPassword,strLocale,lFlags,pCtx,riid,pResponseHandler) (This)->lpVtbl->OpenAsync(This,strAddress…
968 …strAddressType,dwBinaryAddressLength,abBinaryAddress,strObject,strUser,strPassword,strLocale,lFlag…
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/api/crl/
H A Dcrl.go45 strPassword := os.Getenv("CFSSL_CA_PK_PASSWORD")
46 password := []byte(strPassword)
47 if strPassword == "" {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/cli/crl/
H A Dcrl.go68 strPassword := os.Getenv("CFSSL_CA_PK_PASSWORD")
69 password := []byte(strPassword)
70 if strPassword == "" {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/crl/
H A Dcrl.go61 strPassword := os.Getenv("CFSSL_CA_PK_PASSWORD")
62 password := []byte(strPassword)
63 if strPassword == "" {
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIKeyboardFactory.cpp204 int CGUIKeyboardFactory::ShowAndVerifyPassword(std::string& strPassword, const std::string& strHead… in ShowAndVerifyPassword() argument
220 if (!strPassword.empty()) in ShowAndVerifyPassword()
223 if (StringUtils::EqualsNoCase(strPassword, md5pword2)) in ShowAndVerifyPassword()
231 strPassword = CDigest::Calculate(CDigest::Type::MD5, strUserInput); in ShowAndVerifyPassword()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogGamepad.h28 …static int ShowAndVerifyPassword(std::string& strPassword, const std::string& dlgHeading, int iRet…
29 …static bool ShowAndVerifyInput(std::string& strPassword, const std::string& dlgHeading, const std:…
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Keys/
H A DKcpPassword.cs67 public KcpPassword(string strPassword) in KcpPassword() argument
69 byte[] pb = StrUtil.Utf8.GetBytes(strPassword); in KcpPassword()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemtran.rs111 strPassword: BSTR,
131 strPassword: BSTR,
145 strPassword: BSTR,

12345678910>>...23