Process Hacker
sha.h File Reference

Go to the source code of this file.

Data Structures

struct  A_SHA_CTX
 

Functions

VOID A_SHAInit (_Out_ A_SHA_CTX *Context)
 
VOID A_SHAUpdate (_Inout_ A_SHA_CTX *Context, _In_reads_bytes_(Length) UCHAR *Input, _In_ ULONG Length)
 
VOID A_SHAFinal (_Inout_ A_SHA_CTX *Context, _Out_writes_bytes_(20) UCHAR *Hash)
 

Function Documentation

VOID A_SHAFinal ( _Inout_ A_SHA_CTX Context,
_Out_writes_bytes_(20) UCHAR *  Hash 
)

Definition at line 139 of file sha.c.

VOID A_SHAInit ( _Out_ A_SHA_CTX Context)

Definition at line 91 of file sha.c.

VOID A_SHAUpdate ( _Inout_ A_SHA_CTX Context,
_In_reads_bytes_(Length) UCHAR *  Input,
_In_ ULONG  Length 
)

Definition at line 105 of file sha.c.