|
QuickHash Library |
Type Library |
|
HMAC_GetDigestSize
int HMAC_GetDigestSize( [ in ]const HMAC_Context*
pContext );
Parameters
pContext
[in] A memory buffer
that is used as the context.
Note. All predefined types are specified in the
Predefined Types List.
Remarks
Returns the size of the message digest for the hash
algorithm with which the context
was initialized, or 0 when the
context
was improperly initialized.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
|