Process Hacker
|
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) |