#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wincrypt.h"
Go to the source code of this file.
Data Structures |
| struct | PPROVFUNCS |
| struct | PCRYPTPROV |
| struct | PCRYPTKEY |
| struct | PCRYPTHASH |
| struct | ustring |
| struct | MD4_CTX |
| struct | arc4_info |
Defines |
| #define | MAGIC_CRYPTPROV 0xA39E741F |
| #define | MAXPROVTYPES 999 |
Functions |
| unsigned char * | CRYPT_DEShash (unsigned char *dst, const unsigned char *key, const unsigned char *src) |
| unsigned char * | CRYPT_DESunhash (unsigned char *dst, const unsigned char *key, const unsigned char *src) |
| void | byteReverse (unsigned char *buf, unsigned longs) |
| VOID WINAPI | MD4Init (MD4_CTX *ctx) |
| VOID WINAPI | MD4Update (MD4_CTX *ctx, const unsigned char *buf, unsigned int len) |
| VOID WINAPI | MD4Final (MD4_CTX *ctx) |
| void | arc4_init (arc4_info *a4i, const BYTE *key, unsigned int keyLen) |
| void | arc4_ProcessString (arc4_info *a4i, BYTE *inoutString, unsigned int length) |
| NTSTATUS WINAPI | SystemFunction032 (struct ustring *data, struct ustring *key) |