man:A_SHAUpdate(3w)

Z funus.net
A_SHAUpdate(3w)                    Wine API                    A_SHAUpdate(3w)



NAME
       A_SHAUpdate (ADVAPI32.@)

SYNOPSIS
       VOID A_SHAUpdate
        (
         PSHA_CTX Context,
         PCHAR    Buffer,
         UINT     BufferSize
        )


DESCRIPTION
       Update a SHA context with a hashed data from supplied buffer.


PARAMS
       Context [Out]  SHA context.

       Buffer [In]  hashed data.

       BufferSize [In]  hashed data size.



RETURNS
       Nothing


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

       Implemented in "dlls/advapi32/crypt_sha.c".



Wine API                           Mar 2007                    A_SHAUpdate(3w)