Visible to Intel only — GUID: GUID-05B2D3CB-A009-4DF3-9823-79D2C6133AE8
Visible to Intel only — GUID: GUID-05B2D3CB-A009-4DF3-9823-79D2C6133AE8
HashFinal
Completes computation of the digest value.
Syntax
IppStatus ippsHashFinal(Ipp8u *pMD, IppsHashState *pCtx);
IppStatus ippsHashFinal_rmf(Ipp8u *pHash, ippsHashState_rmf *pCtx);
Include Files
ippcp.h
Parameters
pMD, pHash |
Pointer to the resultant digest value. |
pCtx |
Pointer to the IppsHashState or IppsHashState_rmf context. |
Description
The function completes calculation of the digest value and stores the result at the specified memory location, then re-initializes the pCtx context.
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. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |