Developer Guide and Reference for Intel® Integrated Performance Primitives Cryptography
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-85A66C9D-4C83-4AF8-B4BF-49C420599F31
Visible to Intel only — GUID: GUID-85A66C9D-4C83-4AF8-B4BF-49C420599F31
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.