ReactOS 0.4.15-dev-7924-g5949c20
sha1.h
Go to the documentation of this file.
1
2#pragma once
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8
9#include <ntdef.h>
10
11/* SHA Context Structure Declaration */
12typedef struct
13{
14 UCHAR Buffer[64];
15 ULONG State[5];
16 ULONG Count[2];
18
21
23A_SHAUpdate(PSHA_CTX Context, const unsigned char *Buffer, ULONG BufferSize);
24
27
28#ifdef __cplusplus
29}
30#endif
31
Definition: bufpool.h:45
VOID NTAPI A_SHAFinal(PSHA_CTX Context, PULONG Result)
Definition: sha1.c:171
VOID NTAPI A_SHAUpdate(PSHA_CTX Context, const unsigned char *Buffer, ULONG BufferSize)
Definition: sha1.c:128
struct SHA_CTX * PSHA_CTX
VOID NTAPI A_SHAInit(PSHA_CTX Context)
Definition: sha1.c:102
int Count
Definition: noreturn.cpp:7
Definition: addons.c:69
uint32_t * PULONG
Definition: typedefs.h:59
#define NTAPI
Definition: typedefs.h:36
uint32_t ULONG
Definition: typedefs.h:59
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
Definition: wdfmemory.h:254
_At_(*)(_In_ PWSK_CLIENT Client, _In_opt_ PUNICODE_STRING NodeName, _In_opt_ PUNICODE_STRING ServiceName, _In_opt_ ULONG NameSpace, _In_opt_ GUID *Provider, _In_opt_ PADDRINFOEXW Hints, _Outptr_ PADDRINFOEXW *Result, _In_opt_ PEPROCESS OwningProcess, _In_opt_ PETHREAD OwningThread, _Inout_ PIRP Irp Result)(Mem)) NTSTATUS(WSKAPI *PFN_WSK_GET_ADDRESS_INFO
Definition: wsk.h:409
unsigned char UCHAR
Definition: xmlstorage.h:181