A_SHAInit - NtDoc

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

void RSA32API A_SHAInit(
  _Inout_ A_SHA_CTX *Context
);
View the official Win32 development documentation

NtDoc

No description available.

Win32 development documentation (a-shainit)

A_SHAInit function

Initiates the hashing of a stream of data.

Parameters

Context [in, out]

The SHA context.

Return value

This function does not return a value.

Remarks

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.

Requirements

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