A_SHAFinal function

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

Syntax

VOID RSA32API A_SHAFinal(
  _Inout_ A_SHA_CTX     *Context,
  _Out_   UNSIGNED CHAR Result
);

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