A_SHAFinal - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sha.h

VOID RSA32API A_SHAFinal(
  _Inout_ A_SHA_CTX     *Context,
  _Out_   UNSIGNED CHAR Result
);
View the official Win32 development documentation

NtDoc

No description available.

Win32 development documentation (a-shafinal)

A_SHAFinal function

Computes the final hash of the data entered by the A_SHAUpdate function.

Parameters

Context [in, out]

The SHA context.

Result [out]

The resulting hash table.

Return value

This function does not return a value.

Remarks

This function is very similar to SHAFinal, but is called directly from the library, rather than being routed through the cryptography infrastructure. For more information, see Windows NTCryptographic Providers.

Requirements

Requirement Value
Header
Sha.h
Library
Ntdll.dll
DLL
Ntdll.dll