OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSecBufferDesc
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h
176
} SecBufferDesc,*
PSecBufferDesc
;
613
unsigned __LONG32 fContextReq,unsigned __LONG32 Reserved1,unsigned __LONG32 TargetDataRep,
PSecBufferDesc
pInput,unsigned __LONG32 Reserved2,PCtxtHandle phNewContext,
PSecBufferDesc
pOutput,unsigned __LONG32 *pfContextAttr,PTimeStamp ptsExpiry);
621
unsigned __LONG32,unsigned __LONG32,unsigned __LONG32,
PSecBufferDesc
,unsigned __LONG32,PCtxtHandle,
PSecBufferDesc
,unsigned __LONG32 *,PTimeStamp);
623
SECURITY_STATUS WINAPI InitializeSecurityContextA(PCredHandle phCredential,PCtxtHandle phContext,SEC_CHAR *pszTargetName,unsigned __LONG32 fContextReq,unsigned __LONG32 Reserved1,unsigned __LONG32 TargetDataRep,
PSecBufferDesc
pInput,unsigned __LONG32 Reserved2,PCtxtHandle phNewContext,
PSecBufferDesc
pOutput,unsigned __LONG32 *pfContextAttr,PTimeStamp ptsExpiry);
625
typedef SECURITY_STATUS (WINAPI *INITIALIZE_SECURITY_CONTEXT_FN_A)(PCredHandle,PCtxtHandle,SEC_CHAR *,unsigned __LONG32,unsigned __LONG32,unsigned __LONG32,
PSecBufferDesc
,unsigned __LONG32,PCtxtHandle,
PSecBufferDesc
,unsigned __LONG32 *,PTimeStamp);
630
KSECDDDECLSPEC SECURITY_STATUS WINAPI AcceptSecurityContext(PCredHandle phCredential,PCtxtHandle phContext,
PSecBufferDesc
pInput,unsigned __LONG32 fContextReq,unsigned __LONG32 TargetDataRep,PCtxtHandle phNewContext,PSec (…)
[
all
...]
ntsecpkg.h
577
typedef NTSTATUS (NTAPI SpInitLsaModeContextFn)(LSA_SEC_HANDLE CredentialHandle,LSA_SEC_HANDLE ContextHandle,PUNICODE_STRING TargetName,ULONG ContextRequirements,ULONG TargetDataRep,
PSecBufferDesc
InputBuffers,PLSA_SEC_HANDLE NewContextHandle,
PSecBufferDesc
OutputBuffers,PULONG ContextAttributes,PTimeStamp ExpirationTime,PBOOLEAN MappedContext,PSecBuffer ContextData);
579
typedef NTSTATUS (NTAPI SpApplyControlTokenFn)(LSA_SEC_HANDLE ContextHandle,
PSecBufferDesc
ControlToken);
580
typedef NTSTATUS (NTAPI SpAcceptLsaModeContextFn)(LSA_SEC_HANDLE CredentialHandle,LSA_SEC_HANDLE ContextHandle,
PSecBufferDesc
InputBuffer,ULONG ContextRequirements,ULONG TargetDataRep,PLSA_SEC_HANDLE NewContextHandle,
PSecBufferDesc
OutputBuffer,PULONG ContextAttributes,PTimeStamp ExpirationTime,PBOOLEAN MappedContext,PSecBuffer ContextData);
619
typedef NTSTATUS (NTAPI SpMakeSignatureFn)(LSA_SEC_HANDLE ContextHandle,ULONG QualityOfProtection,
PSecBufferDesc
MessageBuffers,ULONG MessageSequenceNumber);
620
typedef NTSTATUS (NTAPI SpVerifySignatureFn)(LSA_SEC_HANDLE ContextHandle,
PSecBufferDesc
MessageBuffers,ULONG MessageSequenceNumber,PULONG QualityOfProtection);
621
typedef NTSTATUS (NTAPI SpSealMessageFn)(LSA_SEC_HANDLE ContextHandle,ULONG QualityOfProtection,
PSecBufferDesc
MessageBuffers,ULONG MessageSequenceNumber);
622
typedef NTSTATUS (NTAPI SpUnsealMessageFn)(LSA_SEC_HANDLE ContextHandle,
PSecBufferDesc
MessageBuffers,ULONG MessageSequenceNumber,PULONG QualityOfProtection);
[
all
...]
Completed in 73 milliseconds