// sha.h
void RSA32API A_SHAInit(
_Inout_ A_SHA_CTX *Context
);
View the official Win32 development documentationNo description available.
Initiates the hashing of a stream of data.
Context [in, out]
The SHA context.
This function does not return a value.
This function is very similar to SHAInit, 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 |