Home
last modified time | relevance | path

Searched refs:fAuthenticator (Results 1 – 12 of 12) sorted by relevance

/dports/devel/staf/src/staf/stafproc/
H A DSTAFProcUtil.cpp268 "\nRequesting user : " + requestInfo.fAuthenticator + in validateTrust()
295 requestInfo.fAuthenticator = gNoneString; in submitAuthServiceRequest()
H A DSTAFDelegatedService.cpp67 connection->writeString(requestInfo.fAuthenticator); in acceptRequest()
H A DSTAFService.h96 STAFString fAuthenticator; variable
H A DSTAFProc.cpp1535 serviceRequest.fAuthenticator, in handleLocalServiceRequestAPI()
1539 serviceRequest.fUser = serviceRequest.fAuthenticator + gSpecSeparator + in handleLocalServiceRequestAPI()
1689 serviceRequest.fAuthenticator = gNoneString; in handleRemoteServiceRequestAPI()
1782 serviceRequest.fAuthenticator = connection->readString(doTimeout); in handleRemoteServiceRequestAPI2()
1864 if (serviceRequest.fAuthenticator != gNoneString) in handleRemoteServiceRequestAPI2()
1873 serviceRequest.fAuthenticator, serviceRequest.fUserIdentifier, in handleRemoteServiceRequestAPI2()
1877 serviceRequest.fUser = serviceRequest.fAuthenticator + gSpecSeparator + in handleRemoteServiceRequestAPI2()
2023 "local", "local", "local", serviceRequest.fAuthenticator, in submitLocalRequest()
2031 serviceRequest.fAuthenticator, in submitLocalRequest()
2241 if (requiresSecureConnection(serviceRequest.fAuthenticator) && in submitRemoteRequest()
[all …]
H A DSTAFServiceManager.cpp440 requestInfo.fAuthenticator = gNoneString; in get()
H A DSTAFFSService.cpp2473 if (requiresSecureConnection(requestInfo.fAuthenticator) && in handleCopyFile()
2487 connection->writeString(requestInfo.fAuthenticator); in handleCopyFile()
3369 if (requiresSecureConnection(requestInfo.fAuthenticator) && in handleCopyDir()
3383 connection->writeString(requestInfo.fAuthenticator); in handleCopyDir()
H A DSTAFQueueService.cpp266 requestInfo.fAuthenticator, in handleQueue()
H A DSTAFProcessService.cpp1510 process->authenticator = requestInfo.fAuthenticator; in handleStart()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Draseapif.h189 WINBOOL fAuthenticator; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Draseapif.h189 WINBOOL fAuthenticator; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/
H A Dmod.rs3199 pub fAuthenticator: super::super::Foundation::BOOL, field
3233 .field("fAuthenticator", &self.fAuthenticator) in fmt()
3260 && self.fAuthenticator == other.fAuthenticator in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/
H A Dmod.rs1090 pub fAuthenticator: super::super::Foundation::BOOL, field