A_SHAInit function

Initiates the hashing of a stream of data.

Syntax


void RSA32API A_SHAInit(
  _Inout_ A_SHA_CTX *Context
);

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

Header

Sha.h

Library

Ntdll.dll

DLL

Ntdll.dll

 

 

Show: