OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextHandle
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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);
578
typedef NTSTATUS (NTAPI SpDeleteContextFn)(LSA_SEC_HANDLE
ContextHandle
);
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);
582
typedef NTSTATUS (NTAPI SpQueryContextAttributesFn)(LSA_SEC_HANDLE
ContextHandle
,ULONG ContextAttribute,PVOID Buffer);
583
typedef NTSTATUS (NTAPI SpSetContextAttributesFn)(LSA_SEC_HANDLE
ContextHandle
,ULONG ContextAttribute,PVOID Buffer,ULONG BufferSize);
618
typedef NTSTATUS (NTAPI SpInitUserModeContextFn)(LSA_SEC_HANDLE
ContextHandle
,PSecBuffer PackedContext);
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)
[
all
...]
rpcndr.h
153
RPCRTAPI void RPC_ENTRY RpcSsDestroyClientContext(void **
ContextHandle
);
541
RPCRTAPI void RPC_ENTRY NdrClientContextMarshall(PMIDL_STUB_MESSAGE pStubMsg,NDR_CCONTEXT
ContextHandle
,int fCheck);
542
RPCRTAPI void RPC_ENTRY NdrServerContextMarshall(PMIDL_STUB_MESSAGE pStubMsg,NDR_SCONTEXT
ContextHandle
,NDR_RUNDOWN RundownRoutine);
543
RPCRTAPI void RPC_ENTRY NdrServerContextNewMarshall(PMIDL_STUB_MESSAGE pStubMsg,NDR_SCONTEXT
ContextHandle
,NDR_RUNDOWN RundownRoutine,PFORMAT_STRING pFormat);
[
all
...]
sspi.h
[
all
...]
rpcdce.h
187
RPCRTAPI RPC_STATUS RPC_ENTRY RpcSsGetContextBinding(void *
ContextHandle
,RPC_BINDING_HANDLE *Binding);
/external/v8/src/
types.h
340
typedef typename Config::template Handle<ContextType>::type
ContextHandle
;
[
all
...]
Completed in 107 milliseconds