Home
last modified time | relevance | path

Searched defs:ENCRYPTED_LM_OWF_PASSWORD (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/PasswordManagement/
H A Dmod.rs38 pub struct ENCRYPTED_LM_OWF_PASSWORD { struct
42 impl ENCRYPTED_LM_OWF_PASSWORD {} argument
44 impl ::std::default::Default for ENCRYPTED_LM_OWF_PASSWORD { implementation
50 impl ::std::fmt::Debug for ENCRYPTED_LM_OWF_PASSWORD { implementation
56 impl ::std::cmp::PartialEq for ENCRYPTED_LM_OWF_PASSWORD { implementation
62 impl ::std::cmp::Eq for ENCRYPTED_LM_OWF_PASSWORD {} implementation
64 unsafe impl ::windows::runtime::Abi for ENCRYPTED_LM_OWF_PASSWORD { implementation
129 oldntowfpasswordencryptedwithnewnt: *const ENCRYPTED_LM_OWF_PASSWORD, in MSChapSrvChangePassword2()
132 oldlmowfpasswordencryptedwithnewlmornt: *const ENCRYPTED_LM_OWF_PASSWORD, in MSChapSrvChangePassword2()
138 …nt: *const SAMPR_ENCRYPTED_USER_PASSWORD, oldntowfpasswordencryptedwithnewnt: *const ENCRYPTED_LM_… in MSChapSrvChangePassword2()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/PasswordManagement/
H A Dmod.rs7 …nt: *const SAMPR_ENCRYPTED_USER_PASSWORD, oldntowfpasswordencryptedwithnewnt: *const ENCRYPTED_LM_… in MSChapSrvChangePassword2()
24 pub struct ENCRYPTED_LM_OWF_PASSWORD { struct
28 impl ::core::marker::Copy for ENCRYPTED_LM_OWF_PASSWORD {} implementation
30 impl ::core::clone::Clone for ENCRYPTED_LM_OWF_PASSWORD { implementation
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/
H A Dsamr.py362 class ENCRYPTED_LM_OWF_PASSWORD(NDRSTRUCT): class