Developer Guide and Reference for Intel® Cryptography Primitives Library
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-D12E469E-3B92-4093-BE99-6BCBB017430C
Visible to Intel only — GUID: GUID-D12E469E-3B92-4093-BE99-6BCBB017430C
General Definition of a Hash Function
Syntax
typedef IppStatus(_STDCALL *IppHASH)(const Ipp8u* pMsg, int msgLen, Ipp8u* pMD);
Parameters
pMsg |
Pointer to the input octet string. |
msgLen |
Length of the input string in octers. |
pMD |
Pointer to the output message digest. |
Description
This declaration is included in the ippcp.h file. The function calculates the digest of a non-streaming message using the implemented hash algorithm.