Scroll to navigation

A_SHAInit(3w) Wine API A_SHAInit(3w)

NAME

A_SHAInit (ADVAPI32.@)

SYNOPSIS

VOID A_SHAInit
(
PSHA_CTX Context
)
 

DESCRIPTION

Initialize a SHA context structure.
 

PARAMS

Context [Out] SHA context.
 

RETURNS

Nothing
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/advapi32/crypt_sha.c".
Oct 2012 Wine API