Visible to Intel only — GUID: GUID-27A09660-ED94-423C-985C-8F8A0E23F470
Visible to Intel only — GUID: GUID-27A09660-ED94-423C-985C-8F8A0E23F470
SHA224MessageDigest
Computes SHA-224 digest value of the input message.
Syntax
IppStatus ippsSHA224MessageDigest(const Ipp8u *pMsg, int len, Ipp8u *pMD);
Include Files
ippcp.h
Parameters
pMsg |
Pointer to the input message. |
len |
Message length in octets. |
pMD |
Pointer to the resultant digest. |
Description
The function uses the selected hash algorithm to compute the digest value of the entire (non-streaming) input message.
Return Values
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsLengthErr |
Indicates an error condition if the input data stream length is less than zero. |