ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
SECURITY_STATUS WINAPI AcceptSecurityContext | ( | PCredHandle | phCredential, |
PCtxtHandle | phContext, | ||
PSecBufferDesc | pInput, | ||
ULONG | fContextReq, | ||
ULONG | TargetDataRep, | ||
PCtxtHandle | phNewContext, | ||
PSecBufferDesc | pOutput, | ||
ULONG * | pfContextAttr, | ||
PTimeStamp | ptsExpiry | ||
) |
Definition at line 365 of file wrapper.c.
Referenced by RPCRT4_default_authorize(), and run_server().
SECURITY_STATUS WINAPI AcquireCredentialsHandleA | ( | SEC_CHAR * | pszPrincipal, |
SEC_CHAR * | pszPackage, | ||
ULONG | fCredentialsUse, | ||
PLUID | pvLogonID, | ||
PVOID | pAuthData, | ||
SEC_GET_KEY_FN | pGetKeyFn, | ||
PVOID | pvGetKeyArgument, | ||
PCredHandle | phCredential, | ||
PTimeStamp | ptsExpiry | ||
) |
Definition at line 59 of file wrapper.c.
Referenced by authsspi_create_default(), RpcBindingSetAuthInfoExA(), setup_client(), setup_server(), test_communication(), test_cread_attrs(), test_InitializeSecurityContext(), test_kerberos(), testAcquireSecurityContext(), and thunk_AcquireCredentialsHandleW().
SECURITY_STATUS WINAPI AcquireCredentialsHandleW | ( | SEC_WCHAR * | pszPrincipal, |
SEC_WCHAR * | pszPackage, | ||
ULONG | fCredentialsUse, | ||
PLUID | pvLogonID, | ||
PVOID | pAuthData, | ||
SEC_GET_KEY_FN | pGetKeyFn, | ||
PVOID | pvGetKeyArgument, | ||
PCredHandle | phCredential, | ||
PTimeStamp | ptsExpiry | ||
) |
Definition at line 105 of file wrapper.c.
Referenced by do_authorization(), ensure_cred_handle(), HTTP_DoAuthorization(), RpcBindingSetAuthInfoExW(), RPCRT4_ServerGetRegisteredAuthInfo(), and thunk_AcquireCredentialsHandleA().
SECURITY_STATUS WINAPI AddCredentialsA | ( | PCredHandle | hCredentials, |
SEC_CHAR * | pszPrincipal, | ||
SEC_CHAR * | pszPackage, | ||
ULONG | fCredentialUse, | ||
void * | pAuthData, | ||
SEC_GET_KEY_FN | pGetKeyFn, | ||
void * | pvGetKeyArgument, | ||
PTimeStamp | ptsExpiry | ||
) |
Definition at line 906 of file wrapper.c.
SECURITY_STATUS WINAPI AddCredentialsW | ( | PCredHandle | hCredentials, |
SEC_WCHAR * | pszPrincipal, | ||
SEC_WCHAR * | pszPackage, | ||
ULONG | fCredentialUse, | ||
void * | pAuthData, | ||
SEC_GET_KEY_FN | pGetKeyFn, | ||
void * | pvGetKeyArgument, | ||
PTimeStamp | ptsExpiry | ||
) |
Definition at line 941 of file wrapper.c.
SECURITY_STATUS WINAPI ApplyControlToken | ( | PCtxtHandle | phContext, |
PSecBufferDesc | pInput | ||
) |
SECURITY_STATUS WINAPI CompleteAuthToken | ( | PCtxtHandle | phContext, |
PSecBufferDesc | pToken | ||
) |
Definition at line 420 of file wrapper.c.
Referenced by RPCRT4_default_authorize(), run_client(), and run_server().
SECURITY_STATUS WINAPI DecryptMessage | ( | PCtxtHandle | phContext, |
PSecBufferDesc | pMessage, | ||
ULONG | MessageSeqNo, | ||
PULONG | pfQOP | ||
) |
Definition at line 1036 of file wrapper.c.
Referenced by read_ssl_chunk(), RPCRT4_default_secure_packet(), sspi_unwrap(), and test_communication().
SECURITY_STATUS WINAPI DeleteSecurityContext | ( | PCtxtHandle | phContext | ) |
Definition at line 450 of file wrapper.c.
Referenced by authsspi_destroy_context(), authsspi_refresh(), destroy_authinfo(), free_netconn(), netcon_secure_connect_setup(), netconn_close(), netconn_secure_connect(), RPCRT4_CloseConnection(), RPCRT4_ServerConnectionAuth(), tcp_disconnect(), test_authentication(), test_communication(), and test_InitializeSecurityContext().
SECURITY_STATUS WINAPI EncryptMessage | ( | PCtxtHandle | phContext, |
ULONG | fQOP, | ||
PSecBufferDesc | pMessage, | ||
ULONG | MessageSeqNo | ||
) |
Definition at line 1006 of file wrapper.c.
Referenced by RPCRT4_default_secure_packet(), send_ssl_chunk(), sspi_wrap(), and test_communication().
SECURITY_STATUS WINAPI ExportSecurityContext | ( | PCtxtHandle | phContext, |
ULONG | fFlags, | ||
PSecBuffer | pPackedContext, | ||
void ** | pToken | ||
) |
SECURITY_STATUS WINAPI FreeCredentialsHandle | ( | PCredHandle | phCredential | ) |
Definition at line 151 of file wrapper.c.
Referenced by authsspi_create_default(), authsspi_destroy(), destroy_authinfo(), NETCON_unload(), request_destroy(), request_set_option(), RpcAuthInfo_Release(), RpcBindingSetAuthInfoExA(), RpcBindingSetAuthInfoExW(), RPCRT4_ServerConnectionAuth(), tcp_disconnect(), test_authentication(), test_communication(), test_cread_attrs(), test_InitializeSecurityContext(), and testAcquireSecurityContext().
SECURITY_STATUS WINAPI ImpersonateSecurityContext | ( | PCtxtHandle | phContext | ) |
Definition at line 565 of file wrapper.c.
Referenced by RPCRT4_default_impersonate_client().
SECURITY_STATUS WINAPI ImportSecurityContextA | ( | SEC_CHAR * | pszPackage, |
PSecBuffer | pPackedContext, | ||
void * | Token, | ||
PCtxtHandle | phContext | ||
) |
Definition at line 837 of file wrapper.c.
Referenced by thunk_ImportSecurityContextW().
SECURITY_STATUS WINAPI ImportSecurityContextW | ( | SEC_WCHAR * | pszPackage, |
PSecBuffer | pPackedContext, | ||
void * | Token, | ||
PCtxtHandle | phContext | ||
) |
Definition at line 872 of file wrapper.c.
Referenced by thunk_ImportSecurityContextA().
SECURITY_STATUS WINAPI InitializeSecurityContextA | ( | PCredHandle | phCredential, |
PCtxtHandle | phContext, | ||
SEC_CHAR * | pszTargetName, | ||
ULONG | fContextReq, | ||
ULONG | Reserved1, | ||
ULONG | TargetDataRep, | ||
PSecBufferDesc | pInput, | ||
ULONG | Reserved2, | ||
PCtxtHandle | phNewContext, | ||
PSecBufferDesc | pOutput, | ||
ULONG * | pfContextAttr, | ||
PTimeStamp | ptsExpiry | ||
) |
Definition at line 237 of file wrapper.c.
Referenced by authsspi_refresh(), run_client(), test_communication(), and test_InitializeSecurityContext().
SECURITY_STATUS WINAPI InitializeSecurityContextW | ( | PCredHandle | phCredential, |
PCtxtHandle | phContext, | ||
SEC_WCHAR * | pszTargetName, | ||
ULONG | fContextReq, | ||
ULONG | Reserved1, | ||
ULONG | TargetDataRep, | ||
PSecBufferDesc | pInput, | ||
ULONG | Reserved2, | ||
PCtxtHandle | phNewContext, | ||
PSecBufferDesc | pOutput, | ||
ULONG * | pfContextAttr, | ||
PTimeStamp | ptsExpiry | ||
) |
Definition at line 301 of file wrapper.c.
Referenced by do_authorization(), HTTP_DoAuthorization(), netcon_secure_connect_setup(), netconn_secure_connect(), and RPCRT4_default_authorize().
SECURITY_STATUS WINAPI MakeSignature | ( | PCtxtHandle | phContext, |
ULONG | fQOP, | ||
PSecBufferDesc | pMessage, | ||
ULONG | MessageSeqNo | ||
) |
Definition at line 623 of file wrapper.c.
Referenced by RPCRT4_default_secure_packet(), and sspi_get_mic().
SECURITY_STATUS WINAPI QueryContextAttributesA | ( | PCtxtHandle | phContext, |
ULONG | ulAttribute, | ||
void * | pBuffer | ||
) |
Definition at line 505 of file wrapper.c.
Referenced by print_negotiated_attrs(), RPCRT4_default_authorize(), sspi_get_mic(), test_authentication(), test_communication(), and testAuth().
SECURITY_STATUS WINAPI QueryContextAttributesW | ( | PCtxtHandle | phContext, |
ULONG | ulAttribute, | ||
void * | pBuffer | ||
) |
Definition at line 535 of file wrapper.c.
Referenced by NETCON_GetCert(), NETCON_GetCipherStrength(), netcon_secure_connect_setup(), netconn_get_certificate(), netconn_get_cipher_strength(), and netconn_secure_connect().
SECURITY_STATUS WINAPI QueryCredentialsAttributesA | ( | PCredHandle | phCredential, |
ULONG | ulAttribute, | ||
void * | pBuffer | ||
) |
Definition at line 177 of file wrapper.c.
Referenced by ensure_cred_handle(), test_communication(), test_cread_attrs(), test_strength(), test_supported_algs(), test_supported_protocols(), and testAcquireSecurityContext().
SECURITY_STATUS WINAPI QueryCredentialsAttributesW | ( | PCredHandle | phCredential, |
ULONG | ulAttribute, | ||
void * | pBuffer | ||
) |
SECURITY_STATUS WINAPI QuerySecurityContextToken | ( | PCtxtHandle | phContext, |
HANDLE * | phToken | ||
) |
Definition at line 976 of file wrapper.c.
SECURITY_STATUS WINAPI QuerySecurityPackageInfoA | ( | SEC_CHAR * | pszPackageName, |
PSecPkgInfoA * | ppPackageInfo | ||
) |
Definition at line 683 of file wrapper.c.
Referenced by _makeFnTableA(), setup_client(), setup_server(), START_TEST(), and test_kerberos().
SECURITY_STATUS WINAPI QuerySecurityPackageInfoW | ( | SEC_WCHAR * | pszPackageName, |
PSecPkgInfoW * | ppPackageInfo | ||
) |
Definition at line 750 of file wrapper.c.
Referenced by _makeFnTableW(), do_authorization(), and HTTP_DoAuthorization().
SECURITY_STATUS WINAPI RevertSecurityContext | ( | PCtxtHandle | phContext | ) |
Definition at line 594 of file wrapper.c.
Referenced by RPCRT4_default_revert_to_self().
|
static |
Definition at line 30 of file wrapper.c.
Referenced by AcceptSecurityContext(), AcquireCredentialsHandleA(), AcquireCredentialsHandleW(), ImportSecurityContextA(), ImportSecurityContextW(), InitializeSecurityContextA(), and InitializeSecurityContextW().
SECURITY_STATUS WINAPI SetContextAttributesA | ( | PCtxtHandle | phContext, |
ULONG | ulAttribute, | ||
void * | pBuffer, | ||
ULONG | cbBuffer | ||
) |
Definition at line 1066 of file wrapper.c.
SECURITY_STATUS WINAPI SetContextAttributesW | ( | PCtxtHandle | phContext, |
ULONG | ulAttribute, | ||
void * | pBuffer, | ||
ULONG | cbBuffer | ||
) |
Definition at line 1096 of file wrapper.c.
SECURITY_STATUS WINAPI VerifySignature | ( | PCtxtHandle | phContext, |
PSecBufferDesc | pMessage, | ||
ULONG | MessageSeqNo, | ||
PULONG | pfQOP | ||
) |
Definition at line 653 of file wrapper.c.
Referenced by RPCRT4_default_secure_packet(), and sspi_verify_mic().
WINE_DEFAULT_DEBUG_CHANNEL | ( | secur32 | ) |