Home
last modified time | relevance | path

Searched refs:AuthNtlmTimestamp (Results 1 – 2 of 2) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/test/
H A DTestNTLM.c533 SecPkgContext_AuthNtlmTimestamp AuthNtlmTimestamp; in TestNTLM() local
536 CopyMemory(AuthNtlmTimestamp.Timestamp, TEST_NTLM_TIMESTAMP, 8); in TestNTLM()
537 AuthNtlmTimestamp.ChallengeOrResponse = TRUE; in TestNTLM()
539 &AuthNtlmTimestamp, in TestNTLM()
541 AuthNtlmTimestamp.ChallengeOrResponse = FALSE; in TestNTLM()
543 &AuthNtlmTimestamp, in TestNTLM()
591 SecPkgContext_AuthNtlmTimestamp AuthNtlmTimestamp; in TestNTLM() local
595 AuthNtlmTimestamp.ChallengeOrResponse = TRUE; in TestNTLM()
597 &AuthNtlmTimestamp, in TestNTLM()
599 AuthNtlmTimestamp.ChallengeOrResponse = FALSE; in TestNTLM()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/NTLM/
H A Dntlm.c902 SecPkgContext_AuthNtlmTimestamp* AuthNtlmTimestamp = in ntlm_SetContextAttributesW() local
908 if (AuthNtlmTimestamp->ChallengeOrResponse) in ntlm_SetContextAttributesW()
909 CopyMemory(context->ChallengeTimestamp, AuthNtlmTimestamp->Timestamp, 8); in ntlm_SetContextAttributesW()
911 CopyMemory(context->Timestamp, AuthNtlmTimestamp->Timestamp, 8); in ntlm_SetContextAttributesW()