NAME

A_SHAFinal  (NTDLL.@)

SYNOPSIS

 void A_SHAFinal
 (
  PSHA_CTX Context,
  PULONG   Result
 )

DESCRIPTION

Finalize SHA context and return the resulting hash.

PARAMS

Context [In/Out] SHA context.
Result [Out] resulting hash.

RETURNS

Nothing

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/crypt.c". https://source.winehq.org/source/dlls/ntdll/crypt.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.