Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |
|
| Library |
|
| DLL |
|