Home
last modified time | relevance | path

Searched defs:phContext (Results 1 – 25 of 101) sorted by relevance

12345

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/
H A Dsspi_export.c119 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY ExportSecurityContext(void* phContext, ULONG fFlags, in ExportSecurityContext()
135 void* pToken, void* phContext) in ImportSecurityContextW()
143 void* pToken, void* phContext) in ImportSecurityContextA()
169 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY AcceptSecurityContext(void* phCredential, void* phContext, in AcceptSecurityContext()
181 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY ApplyControlToken(void* phContext, void* pInput) in ApplyControlToken()
188 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY CompleteAuthToken(void* phContext, void* pToken) in CompleteAuthToken()
195 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY DeleteSecurityContext(void* phContext) in DeleteSecurityContext()
209 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY ImpersonateSecurityContext(void* phContext) in ImpersonateSecurityContext()
283 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY RevertSecurityContext(void* phContext) in RevertSecurityContext()
292 SSPI_EXPORT SECURITY_STATUS SEC_ENTRY DecryptMessage(void* phContext, void* pMessage, in DecryptMessage()
[all …]
H A Dsspi.c597 SECURITY_STATUS SEC_ENTRY sspi_ExportSecurityContext(PCtxtHandle phContext, ULONG fFlags, in sspi_ExportSecurityContext()
636 PCtxtHandle phContext) in sspi_ImportSecurityContextW()
656 PCtxtHandle phContext) in sspi_ImportSecurityContextA()
739 SECURITY_STATUS SEC_ENTRY sspi_ApplyControlToken(PCtxtHandle phContext, PSecBufferDesc pInput) in sspi_ApplyControlToken()
757 SECURITY_STATUS SEC_ENTRY sspi_CompleteAuthToken(PCtxtHandle phContext, PSecBufferDesc pToken) in sspi_CompleteAuthToken()
775 SECURITY_STATUS SEC_ENTRY sspi_DeleteSecurityContext(PCtxtHandle phContext) in sspi_DeleteSecurityContext()
811 SECURITY_STATUS SEC_ENTRY sspi_ImpersonateSecurityContext(PCtxtHandle phContext) in sspi_ImpersonateSecurityContext()
969 SECURITY_STATUS SEC_ENTRY sspi_RevertSecurityContext(PCtxtHandle phContext) in sspi_RevertSecurityContext()
989 SECURITY_STATUS SEC_ENTRY sspi_DecryptMessage(PCtxtHandle phContext, PSecBufferDesc pMessage, in sspi_DecryptMessage()
1008 SECURITY_STATUS SEC_ENTRY sspi_EncryptMessage(PCtxtHandle phContext, ULONG fQOP, in sspi_EncryptMessage()
[all …]
H A Dsspi_winpr.c1084 static SECURITY_STATUS SEC_ENTRY winpr_ApplyControlToken(PCtxtHandle phContext, in winpr_ApplyControlToken()
1117 static SECURITY_STATUS SEC_ENTRY winpr_CompleteAuthToken(PCtxtHandle phContext, in winpr_CompleteAuthToken()
1150 static SECURITY_STATUS SEC_ENTRY winpr_DeleteSecurityContext(PCtxtHandle phContext) in winpr_DeleteSecurityContext()
1297 static SECURITY_STATUS SEC_ENTRY winpr_QueryContextAttributesW(PCtxtHandle phContext, in winpr_QueryContextAttributesW()
1330 static SECURITY_STATUS SEC_ENTRY winpr_QueryContextAttributesA(PCtxtHandle phContext, in winpr_QueryContextAttributesA()
1363 static SECURITY_STATUS SEC_ENTRY winpr_QuerySecurityContextToken(PCtxtHandle phContext, in winpr_QuerySecurityContextToken()
1396 static SECURITY_STATUS SEC_ENTRY winpr_SetContextAttributesW(PCtxtHandle phContext, in winpr_SetContextAttributesW()
1430 static SECURITY_STATUS SEC_ENTRY winpr_SetContextAttributesA(PCtxtHandle phContext, in winpr_SetContextAttributesA()
1464 static SECURITY_STATUS SEC_ENTRY winpr_RevertSecurityContext(PCtxtHandle phContext) in winpr_RevertSecurityContext()
1498 static SECURITY_STATUS SEC_ENTRY winpr_DecryptMessage(PCtxtHandle phContext, in winpr_DecryptMessage()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DSecur32.java177 int InitializeSecurityContext(CredHandle phCredential, CtxtHandle phContext, in InitializeSecurityContext()
192 int DeleteSecurityContext(CtxtHandle phContext); in DeleteSecurityContext()
251 int AcceptSecurityContext(CredHandle phCredential, CtxtHandle phContext, in AcceptSecurityContext()
284 int CompleteAuthToken(CtxtHandle phContext, SecBufferDesc pToken); in CompleteAuthToken()
325 int QuerySecurityContextToken(CtxtHandle phContext, HANDLEByReference phToken); in QuerySecurityContextToken()
340 int ImpersonateSecurityContext(CtxtHandle phContext); in ImpersonateSecurityContext()
353 int RevertSecurityContext(CtxtHandle phContext); in RevertSecurityContext()
373 int QueryContextAttributes(CtxtHandle phContext, int ulAttribute, Structure pBuffer); in QueryContextAttributes()
452 int EncryptMessage(CtxtHandle phContext, int fQOP, SecBufferDesc pMessage, int MessageSeqNo); in EncryptMessage()
623 int MakeSignature(CtxtHandle phContext, int fQOP, SecBufferDesc pMessage, int MessageSeqNo); in MakeSignature()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/Negotiate/
H A Dnegotiate.c259 static SECURITY_STATUS SEC_ENTRY negotiate_CompleteAuthToken(PCtxtHandle phContext, in negotiate_CompleteAuthToken()
275 static SECURITY_STATUS SEC_ENTRY negotiate_DeleteSecurityContext(PCtxtHandle phContext) in negotiate_DeleteSecurityContext()
291 static SECURITY_STATUS SEC_ENTRY negotiate_ImpersonateSecurityContext(PCtxtHandle phContext) in negotiate_ImpersonateSecurityContext()
306 static SECURITY_STATUS SEC_ENTRY negotiate_RevertSecurityContext(PCtxtHandle phContext) in negotiate_RevertSecurityContext()
321 static SECURITY_STATUS SEC_ENTRY negotiate_QueryContextAttributesW(PCtxtHandle phContext, in negotiate_QueryContextAttributesW()
341 static SECURITY_STATUS SEC_ENTRY negotiate_QueryContextAttributesA(PCtxtHandle phContext, in negotiate_QueryContextAttributesA()
361 static SECURITY_STATUS SEC_ENTRY negotiate_SetContextAttributesW(PCtxtHandle phContext, in negotiate_SetContextAttributesW()
382 static SECURITY_STATUS SEC_ENTRY negotiate_SetContextAttributesA(PCtxtHandle phContext, in negotiate_SetContextAttributesA()
516 static SECURITY_STATUS SEC_ENTRY negotiate_DecryptMessage(PCtxtHandle phContext, in negotiate_DecryptMessage()
532 static SECURITY_STATUS SEC_ENTRY negotiate_MakeSignature(PCtxtHandle phContext, ULONG fQOP, in negotiate_MakeSignature()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/SSPI/
H A DSecurityWrapper.cs56 IntPtr phContext, in InitializeSecurityContext()
85 ref SecurityHandle phContext, in InitializeSecurityContext()
103 …internal static extern int CompleteAuthToken(ref SecurityHandle phContext, out SecBufferDesc pOutp… in CompleteAuthToken()
119 IntPtr phContext, in AcceptSecurityContext()
142 ref SecurityHandle phContext, in AcceptSecurityContext()
164 …internal static extern int QuerySecurityContextToken(ref SecurityHandle phContext, ref IntPtr phTo… in QuerySecurityContextToken()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/NTLM/
H A Dntlm.c493 static SECURITY_STATUS SEC_ENTRY ntlm_ImpersonateSecurityContext(PCtxtHandle phContext) in ntlm_ImpersonateSecurityContext()
640 static SECURITY_STATUS SEC_ENTRY ntlm_CompleteAuthToken(PCtxtHandle phContext, in ntlm_CompleteAuthToken()
660 static SECURITY_STATUS SEC_ENTRY ntlm_DeleteSecurityContext(PCtxtHandle phContext) in ntlm_DeleteSecurityContext()
715 static SECURITY_STATUS SEC_ENTRY ntlm_QueryContextAttributesW(PCtxtHandle phContext, in ntlm_QueryContextAttributesW()
810 static SECURITY_STATUS SEC_ENTRY ntlm_QueryContextAttributesA(PCtxtHandle phContext, in ntlm_QueryContextAttributesA()
816 static SECURITY_STATUS SEC_ENTRY ntlm_SetContextAttributesW(PCtxtHandle phContext, in ntlm_SetContextAttributesW()
952 static SECURITY_STATUS SEC_ENTRY ntlm_SetContextAttributesA(PCtxtHandle phContext, in ntlm_SetContextAttributesA()
959 static SECURITY_STATUS SEC_ENTRY ntlm_RevertSecurityContext(PCtxtHandle phContext) in ntlm_RevertSecurityContext()
964 static SECURITY_STATUS SEC_ENTRY ntlm_EncryptMessage(PCtxtHandle phContext, ULONG fQOP, in ntlm_EncryptMessage()
1160 static SECURITY_STATUS SEC_ENTRY ntlm_MakeSignature(PCtxtHandle phContext, ULONG fQOP, in ntlm_MakeSignature()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/Schannel/
H A Dschannel.c200 PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, ULONG fContextReq, in schannel_InitializeSecurityContextW()
229 PCredHandle phCredential, PCtxtHandle phContext, SEC_CHAR* pszTargetName, ULONG fContextReq, in schannel_InitializeSecurityContextA()
249 PCredHandle phCredential, PCtxtHandle phContext, PSecBufferDesc pInput, ULONG fContextReq, in schannel_AcceptSecurityContext()
274 static SECURITY_STATUS SEC_ENTRY schannel_DeleteSecurityContext(PCtxtHandle phContext) in schannel_DeleteSecurityContext()
286 static SECURITY_STATUS SEC_ENTRY schannel_QueryContextAttributes(PCtxtHandle phContext, in schannel_QueryContextAttributes()
319 static SECURITY_STATUS SEC_ENTRY schannel_MakeSignature(PCtxtHandle phContext, ULONG fQOP, in schannel_MakeSignature()
325 static SECURITY_STATUS SEC_ENTRY schannel_VerifySignature(PCtxtHandle phContext, in schannel_VerifySignature()
332 static SECURITY_STATUS SEC_ENTRY schannel_EncryptMessage(PCtxtHandle phContext, ULONG fQOP, in schannel_EncryptMessage()
347 static SECURITY_STATUS SEC_ENTRY schannel_DecryptMessage(PCtxtHandle phContext, in schannel_DecryptMessage()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/CredSSP/
H A Dcredssp.c37 PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, ULONG fContextReq, in credssp_InitializeSecurityContextW()
46 PCredHandle phCredential, PCtxtHandle phContext, SEC_CHAR* pszTargetName, ULONG fContextReq, in credssp_InitializeSecurityContextA()
92 static SECURITY_STATUS SEC_ENTRY credssp_QueryContextAttributes(PCtxtHandle phContext, in credssp_QueryContextAttributes()
183 static SECURITY_STATUS SEC_ENTRY credssp_EncryptMessage(PCtxtHandle phContext, ULONG fQOP, in credssp_EncryptMessage()
190 static SECURITY_STATUS SEC_ENTRY credssp_DecryptMessage(PCtxtHandle phContext, in credssp_DecryptMessage()
198 static SECURITY_STATUS SEC_ENTRY credssp_MakeSignature(PCtxtHandle phContext, ULONG fQOP, in credssp_MakeSignature()
205 static SECURITY_STATUS SEC_ENTRY credssp_VerifySignature(PCtxtHandle phContext, in credssp_VerifySignature()
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/misc/concourse/vault-bdd38fca2cff/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/misc/perkeep/perkeep-0.11/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsspi_windows.c24 SECURITY_STATUS SEC_ENTRY call_sspi_encrypt_message(PCtxtHandle phContext, unsigned long fQOP, PSec… in call_sspi_encrypt_message()
59 PCredHandle phCredential, PCtxtHandle phContext, LPSTR pszTargetName, in call_sspi_initialize_security_context()
81 SECURITY_STATUS SEC_ENTRY call_sspi_query_context_attributes(PCtxtHandle phContext, unsigned long u… in call_sspi_query_context_attributes()

12345