Developer Reference for Intel® Integrated Performance Primitives Cryptography
Completes computation of the SHA-224 digest value.
IppStatus ippsSHA224Final(Ipp8u *pMD, IppsSHA224State *pCtx);
ippcp.h
pMD |
Pointer to the resultant digest value. |
pCtx |
Pointer to the IppsSHA224State context. |
The function completes calculation of the digest value and stores the result into the specified memory.
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. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |