|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
| SECURITY_STATUS SEC_ENTRY thunk_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 26 of file thunks.c.
Referenced by _makeFnTableA().
| SECURITY_STATUS SEC_ENTRY thunk_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 53 of file thunks.c.
Referenced by _makeFnTableW().
| SECURITY_STATUS SEC_ENTRY thunk_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 268 of file thunks.c.
Referenced by _makeFnTableA().
| SECURITY_STATUS SEC_ENTRY thunk_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 308 of file thunks.c.
Referenced by _makeFnTableW().
| SECURITY_STATUS SEC_ENTRY thunk_ImportSecurityContextA | ( | SEC_CHAR * | pszPackage, |
| PSecBuffer | pPackedContext, | ||
| void * | Token, | ||
| PCtxtHandle | phContext | ||
| ) |
Definition at line 864 of file thunks.c.
Referenced by _makeFnTableA().
| SECURITY_STATUS SEC_ENTRY thunk_ImportSecurityContextW | ( | SEC_WCHAR * | pszPackage, |
| PSecBuffer | pPackedContext, | ||
| void * | Token, | ||
| PCtxtHandle | phContext | ||
| ) |
Definition at line 880 of file thunks.c.
Referenced by _makeFnTableW().
| SECURITY_STATUS SEC_ENTRY thunk_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 189 of file thunks.c.
Referenced by _makeFnTableA().
| SECURITY_STATUS SEC_ENTRY thunk_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 229 of file thunks.c.
Referenced by _makeFnTableW().
| SECURITY_STATUS SEC_ENTRY thunk_QueryContextAttributesA | ( | PCtxtHandle | phContext, |
| ULONG | ulAttribute, | ||
| void * | pBuffer | ||
| ) |
Definition at line 540 of file thunks.c.
Referenced by _makeFnTableA().
| SECURITY_STATUS SEC_ENTRY thunk_QueryContextAttributesW | ( | PCtxtHandle | phContext, |
| ULONG | ulAttribute, | ||
| void * | pBuffer | ||
| ) |
Definition at line 766 of file thunks.c.
Referenced by _makeFnTableW().
| SECURITY_STATUS SEC_ENTRY thunk_QueryCredentialsAttributesA | ( | PCredHandle | phCredential, |
| ULONG | ulAttribute, | ||
| void * | pBuffer | ||
| ) |
Definition at line 83 of file thunks.c.
Referenced by _makeFnTableA().
| SECURITY_STATUS SEC_ENTRY thunk_QueryCredentialsAttributesW | ( | PCredHandle | phCredential, |
| ULONG | ulAttribute, | ||
| void * | pBuffer | ||
| ) |
Definition at line 136 of file thunks.c.
Referenced by _makeFnTableW().
| SECURITY_STATUS SEC_ENTRY thunk_SetContextAttributesA | ( | PCtxtHandle | phContext, |
| ULONG | ulAttribute, | ||
| void * | pBuffer, | ||
| ULONG | cbBuffer | ||
| ) |
Definition at line 798 of file thunks.c.
Referenced by _makeFnTableA().
| SECURITY_STATUS SEC_ENTRY thunk_SetContextAttributesW | ( | PCtxtHandle | phContext, |
| ULONG | ulAttribute, | ||
| void * | pBuffer, | ||
| ULONG | cbBuffer | ||
| ) |
Definition at line 831 of file thunks.c.
Referenced by _makeFnTableW().