ReactOS 0.4.15-dev-7924-g5949c20
util.h
Go to the documentation of this file.
1
2#ifndef __WINE_UTIL_H__
3#define __WINE_UTIL_H__
4
5/* Functions from util.c */
6ULONG ComputeCrc32(const BYTE *pData, INT iLen, ULONG initial_crc) DECLSPEC_HIDDEN;
10void SECUR32_arc4Init(arc4_info *a4i, const BYTE *key, unsigned int keyLen) DECLSPEC_HIDDEN;
11void SECUR32_arc4Process(arc4_info *a4i, BYTE *inoutString, unsigned int length) DECLSPEC_HIDDEN;
13
14#endif /* __WINE_UTIL_H__ */
MAPI_FUNCTIONS mapiFunctions DECLSPEC_HIDDEN
Definition: util.h:66
void SECUR32_arc4Cleanup(arc4_info *a4i) DECLSPEC_HIDDEN
Definition: util.c:246
void SECUR32_arc4Init(arc4_info *a4i, const BYTE *key, unsigned int keyLen) DECLSPEC_HIDDEN
Definition: util.c:199
SECURITY_STATUS SECUR32_CreateNTLM2SubKeys(PNegoHelper helper) DECLSPEC_HIDDEN
Definition: util.c:156
ULONG ComputeCrc32(const BYTE *pData, INT iLen, ULONG initial_crc) DECLSPEC_HIDDEN
Definition: util.c:109
arc4_info * SECUR32_arc4Alloc(void) DECLSPEC_HIDDEN
Definition: util.c:189
void SECUR32_arc4Process(arc4_info *a4i, BYTE *inoutString, unsigned int length) DECLSPEC_HIDDEN
Definition: util.c:224
SECURITY_STATUS SECUR32_CreateNTLM1SessionKey(PBYTE password, int len, PBYTE session_key) DECLSPEC_HIDDEN
Definition: util.c:122
GLuint GLsizei GLsizei * length
Definition: glext.h:6040
GLenum GLsizei len
Definition: glext.h:6722
static WCHAR password[]
Definition: url.c:33
BYTE * PBYTE
Definition: pedump.c:66
LONG SECURITY_STATUS
Definition: sspi.h:34
Definition: copy.c:22
TW_UINT32 TW_UINT16 TW_UINT16 TW_MEMREF pData
Definition: twain.h:1830
int32_t INT
Definition: typedefs.h:58
uint32_t ULONG
Definition: typedefs.h:59
unsigned char BYTE
Definition: xxhash.c:193