// sha.h
VOID RSA32API A_SHAFinal(
_Inout_ A_SHA_CTX *Context,
_Out_ UNSIGNED CHAR Result
);
View the official Win32 development documentationNo description available.
Computes the final hash of the data entered by the A_SHAUpdate function.
Context [in, out]
The SHA context.
Result [out]
The resulting hash table.
This function does not return a value.
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.
| Requirement | Value |
|---|---|
| Header |
Sha.h |
| Library |
Ntdll.dll |
| DLL |
Ntdll.dll |